projects
/
mtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940deae
)
OCD cosmetics.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 28 Dec 2012 22:55:34 +0000
(23:55 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 28 Dec 2012 22:55:34 +0000
(23:55 +0100)
mtp.cc
patch
|
blob
|
history
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;
}