summaryrefslogtreecommitdiff
path: root/lib/cpp/test/DebugProtoTest_extras.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cpp/test/DebugProtoTest_extras.cpp')
-rw-r--r--lib/cpp/test/DebugProtoTest_extras.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/cpp/test/DebugProtoTest_extras.cpp b/lib/cpp/test/DebugProtoTest_extras.cpp
index c89db74ad..5c4fd35e7 100644
--- a/lib/cpp/test/DebugProtoTest_extras.cpp
+++ b/lib/cpp/test/DebugProtoTest_extras.cpp
@@ -21,13 +21,15 @@
#include "gen-cpp/DebugProtoTest_types.h"
-
-namespace thrift { namespace test { namespace debug {
+namespace thrift {
+namespace test {
+namespace debug {
bool Empty::operator<(Empty const& other) const {
- (void) other;
+ (void)other;
// It is empty, so all are equal.
return false;
}
-
-}}}
+}
+}
+}