Change naming convention for enum class enumerators
[babeltrace.git] / src / plugins / utils / muxer / upstream-msg-iter.hpp
index 2ae663f8bca9406b02fea5a002a31b6891f3db36..4d89da390f051e1c7293ed02b83b48f015af3b3a 100644 (file)
@@ -33,8 +33,8 @@ public:
     /* Return type of reload() */
     enum class ReloadStatus
     {
-        MORE,
-        NO_MORE,
+        More,
+        NoMore,
     };
 
     /*
This page took 0.024618 seconds and 4 git commands to generate.