Revert "THRIFT-2729: C++ - .clang-format created and applied"
This reverts commit 74260aa9099c3bb209bc8e524b0e8ba603f62c41.
diff --git a/compiler/cpp/src/windows/config.h b/compiler/cpp/src/windows/config.h
index a600080..4495672 100644
--- a/compiler/cpp/src/windows/config.h
+++ b/compiler/cpp/src/windows/config.h
@@ -38,8 +38,9 @@
#define PRIi64 "I64d"
// squelch deprecation warnings
-#pragma warning(disable : 4996)
+#pragma warning(disable:4996)
// squelch bool conversion performance warning
-#pragma warning(disable : 4800)
+#pragma warning(disable:4800)
+
#endif // _THRIFT_WINDOWS_CONFIG_H_