diff options
Diffstat (limited to 'util/thread/singleton_ut.cpp')
-rw-r--r-- | util/thread/singleton_ut.cpp | 4 |
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) - { - } + { + } }; } |