Change naming convention for enum class enumerators
[babeltrace.git] / tests / lib / conds / utils.hpp
index d8abfafe11ac2ad2c2861146bbd80423c86dd58b..2ea53bc4e8d7739f488df13decac8f8d8f514986 100644 (file)
@@ -37,8 +37,8 @@ public:
      */
     enum class Type
     {
-        PRE,
-        POST,
+        Pre,
+        Post,
     };
 
 protected:
This page took 0.022534 seconds and 4 git commands to generate.