summaryrefslogtreecommitdiff
path: root/lib/cpp/test/ThriftTest_extras.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cpp/test/ThriftTest_extras.cpp')
-rw-r--r--lib/cpp/test/ThriftTest_extras.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/cpp/test/ThriftTest_extras.cpp b/lib/cpp/test/ThriftTest_extras.cpp
index 33f681ffd..af5606efb 100644
--- a/lib/cpp/test/ThriftTest_extras.cpp
+++ b/lib/cpp/test/ThriftTest_extras.cpp
@@ -22,12 +22,12 @@
#include <thrift/protocol/TDebugProtocol.h>
#include "gen-cpp/ThriftTest_types.h"
-
-namespace thrift { namespace test {
+namespace thrift {
+namespace test {
bool Insanity::operator<(thrift::test::Insanity const& other) const {
using apache::thrift::ThriftDebugString;
return ThriftDebugString(*this) < ThriftDebugString(other);
}
-
-}}
+}
+}