OCD cosmetics.
[mtp.git] / mtp.cc
diff --git a/mtp.cc b/mtp.cc
index d77bd62..e749b67 100644 (file)
--- a/mtp.cc
+++ b/mtp.cc
@@ -105,7 +105,7 @@ void do_tracking(istream *in_tracker) {
     gettimeofday(&start_time, 0);
   }
   tracker->build_graph();
-  if(global.verbose) { 
+  if(global.verbose) {
     gettimeofday(&end_time, 0);
     cout << "done (" << diff_in_second(&start_time, &end_time) << "s)." << endl;
   }