src/cpp-common: use C-style comments in C++ files
[babeltrace.git] / src / cpp-common / bt2 / logging.hpp
index 471ac4775a18aaf673ae712a87e750cc5f3cabf4..10e1ee3a9fe83c9b222fb87c20eaeb35e84563fe 100644 (file)
@@ -22,6 +22,6 @@ enum class LoggingLevel
     NONE = BT_LOGGING_LEVEL_NONE,
 };
 
-} // namespace bt2
+} /* namespace bt2 */
 
-#endif // BABELTRACE_CPP_COMMON_BT2_LOGGING_HPP
+#endif /* BABELTRACE_CPP_COMMON_BT2_LOGGING_HPP */
This page took 0.024334 seconds and 4 git commands to generate.