Lint cleanup from Jim Roseborough.

Change-Id: I6ddbf5c3d66595d27f7967a309768e5f5dd7e1fd
diff --git a/internal/ceres/covariance_impl.cc b/internal/ceres/covariance_impl.cc
index c302181..6fe7a80 100644
--- a/internal/ceres/covariance_impl.cc
+++ b/internal/ceres/covariance_impl.cc
@@ -447,7 +447,8 @@
     return false;
   }
 
-  LinearSolverTerminationType termination_type = ss.Cholesky(&cholmod_jacobian_view, factor);
+  LinearSolverTerminationType termination_type =
+      ss.Cholesky(&cholmod_jacobian_view, factor);
   event_logger.AddEvent("Numeric Factorization");
 
   if (termination_type != TOLERANCE) {