Lint cleanup from William Rucklidge.

Change-Id: I8abcfd369f41b895ce746a21a35f250fe05c39d1
diff --git a/internal/ceres/suitesparse.cc b/internal/ceres/suitesparse.cc
index 3cafe07..8079bc1 100644
--- a/internal/ceres/suitesparse.cc
+++ b/internal/ceres/suitesparse.cc
@@ -138,7 +138,7 @@
 
   if (cc_.status != CHOLMOD_OK) {
     *message = StringPrintf("cholmod_analyze failed. error code: %d",
-                           cc_.status);
+                            cc_.status);
     return NULL;
   }
 
@@ -173,7 +173,7 @@
   }
   if (cc_.status != CHOLMOD_OK) {
     *message = StringPrintf("cholmod_analyze failed. error code: %d",
-                           cc_.status);
+                            cc_.status);
     return NULL;
   }
 
@@ -193,7 +193,7 @@
   }
   if (cc_.status != CHOLMOD_OK) {
     *message = StringPrintf("cholmod_analyze failed. error code: %d",
-                           cc_.status);
+                            cc_.status);
     return NULL;
   }
 
@@ -292,8 +292,8 @@
       }
 
       *message = "CHOLMOD failure: cholmod_factorize returned false "
-                "but cholmod_common::status is CHOLMOD_OK."
-                "Please report this to ceres-solver@googlegroups.com.";
+          "but cholmod_common::status is CHOLMOD_OK."
+          "Please report this to ceres-solver@googlegroups.com.";
       return LINEAR_SOLVER_FATAL_ERROR;
     default:
       *message =