Lint cleanup

Change-Id: I77e84d21e62a0316cab211aafa243d0e11bd8858
diff --git a/internal/ceres/dogleg_strategy.cc b/internal/ceres/dogleg_strategy.cc
index 03c0d78..957f58f 100644
--- a/internal/ceres/dogleg_strategy.cc
+++ b/internal/ceres/dogleg_strategy.cc
@@ -574,7 +574,8 @@
                                          gauss_newton_step_.data(),
                                          0)) {
         LOG(ERROR) << "Unable to dump trust region problem."
-                   << " Filename base: " << per_solve_options.dump_filename_base;
+                   << " Filename base: "
+                   << per_solve_options.dump_filename_base;
       }
     }