Tiny namespace comment fix. (#155)
parent
db45c4ef78
commit
5bbb124b0b
|
@ -142,8 +142,8 @@ void Run(const string& trajectory_filename, const string& relations_filename) {
|
|||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace cartographer
|
||||
} // namespace ground_truth
|
||||
} // namespace cartographer
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
google::InitGoogleLogging(argv[0]);
|
||||
|
|
Loading…
Reference in New Issue