Normalize C/C++ include guards
[babeltrace.git] / src / plugins / utils / muxer / upstream-msg-iter.hpp
index 2ae663f8bca9406b02fea5a002a31b6891f3db36..ff24cb3609828471a8d73942d764343d67ca37df 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * SPDX-License-Identifier: MIT
  *
@@ -33,8 +32,8 @@ public:
     /* Return type of reload() */
     enum class ReloadStatus
     {
-        MORE,
-        NO_MORE,
+        More,
+        NoMore,
     };
 
     /*
This page took 0.026369 seconds and 4 git commands to generate.