Lint changes from William Rucklidge.

Change-Id: I5a9683333fbab189058076cb2053f8f7afc7096a
This commit is contained in:
Sameer Agarwal
2015-04-16 12:35:51 -07:00
parent 4eb3b8f34e
commit 365084f976
3 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ DEFINE_bool(line_search, false, "Use a line search instead of trust region "
"algorithm.");
DEFINE_string(initial_ply, "", "Export the BAL file data as a PLY file.");
DEFINE_string(final_ply, "", "Export the refined BAL file data as a PLY "
"file.");
"file.");
namespace ceres {
namespace examples {