Index: /issm/trunk/src/c/modules/Solverx/Solverx.cpp
===================================================================
--- /issm/trunk/src/c/modules/Solverx/Solverx.cpp	(revision 6861)
+++ /issm/trunk/src/c/modules/Solverx/Solverx.cpp	(revision 6862)
@@ -36,5 +36,4 @@
 	#endif
 
-
 	/*Display message*/
 	_printf_(VerboseModule(),"   Solving\n");
@@ -51,5 +50,4 @@
 	if (strcmp(ksp_type,"preonly")==0)uf0=NULL;
 	#endif
-	
 
 	/*If initial guess for solution exists, use it to create uf, otherwise, 
@@ -61,5 +59,4 @@
 		MatGetLocalSize(Kff,&local_m,&local_n);uf=NewVec(local_n,fromlocalsize);
 	}
-
 
 	/*Process petsc options to see if we are not using special types of external solvers: */
@@ -92,5 +89,4 @@
 	#endif
 	#endif
-		
 
 	/*Prepare solver*/
@@ -108,5 +104,4 @@
 	#endif
 	#endif
-
 
 	/*If initial guess for solution, use it, except if we are using the MUMPS direct solver, where any initial 
Index: /issm/trunk/src/c/modules/SystemMatricesx/SystemMatricesx.cpp
===================================================================
--- /issm/trunk/src/c/modules/SystemMatricesx/SystemMatricesx.cpp	(revision 6861)
+++ /issm/trunk/src/c/modules/SystemMatricesx/SystemMatricesx.cpp	(revision 6862)
@@ -30,6 +30,4 @@
 	/*Display message*/
 	_printf_(VerboseModule(),"   Generating matrices\n");
-
-
 
 	/*retrive parameters: */
Index: /issm/trunk/src/c/toolkits/petsc/patches/NewMat.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/NewMat.cpp	(revision 6861)
+++ /issm/trunk/src/c/toolkits/petsc/patches/NewMat.cpp	(revision 6862)
@@ -84,6 +84,4 @@
 	#endif
 
-
-
 	/*Determine local sizes: */
 	m=PetscDetermineLocalSize(M);
@@ -97,6 +95,4 @@
 	MatSetSizes(outmatrix,m,n,M,N);
 	MatSetFromOptions(outmatrix);
-
-	
 
 	/*preallocation  according to type: */
