Fix minor include and formatting issues.

Change-Id: I14417b775b4d67bba8b0bbbb37fc0b37efc20fbf
diff --git a/internal/ceres/linear_solver.cc b/internal/ceres/linear_solver.cc
index 4bfb599..5ddfed0 100644
--- a/internal/ceres/linear_solver.cc
+++ b/internal/ceres/linear_solver.cc
@@ -81,7 +81,7 @@
     default:
       LOG(FATAL) << "Unknown linear solver type :"
                  << options.type;
-	  return NULL;  // MSVC doesn't understand that LOG(FATAL) never returns.
+      return NULL;  // MSVC doesn't understand that LOG(FATAL) never returns.
   }
 }