aboutsummaryrefslogtreecommitdiffstats
path: root/util/thread/singleton_ut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/thread/singleton_ut.cpp')
-rw-r--r--util/thread/singleton_ut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/thread/singleton_ut.cpp b/util/thread/singleton_ut.cpp
index 0ad4d395a6..164b1cc184 100644
--- a/util/thread/singleton_ut.cpp
+++ b/util/thread/singleton_ut.cpp
@@ -7,8 +7,8 @@ namespace {
int i;
TFoo()
: i(0)
- {
- }
+ {
+ }
};
}