Tiny namespace comment fix. (#155)

master
Wolfgang Hess 2016-12-06 17:53:06 +01:00 committed by GitHub
parent db45c4ef78
commit 5bbb124b0b
1 changed files with 1 additions and 1 deletions

View File

@ -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]);