summaryrefslogtreecommitdiffstats
path: root/base/at_exit.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/at_exit.h')
-rw-r--r--base/at_exit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/at_exit.h b/base/at_exit.h
index aecc892..0bc3466 100644
--- a/base/at_exit.h
+++ b/base/at_exit.h
@@ -21,7 +21,7 @@ namespace base {
// AtExitManager object on the stack:
// int main(...) {
// base::AtExitManager exit_manager;
-//
+//
// }
// When the exit_manager object goes out of scope, all the registered
// callbacks and singleton destructors will be called.