lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 0f1933d 3/6: Alphabetize enums


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 0f1933d 3/6: Alphabetize enums
Date: Fri, 9 Nov 2018 20:47:59 -0500 (EST)

branch: master
commit 0f1933db8c4a6a95a6c24b9cb5f1e330421be589
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Alphabetize enums
---
 oecumenic_enumerations.hpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/oecumenic_enumerations.hpp b/oecumenic_enumerations.hpp
index 00269dd..668b5d3 100644
--- a/oecumenic_enumerations.hpp
+++ b/oecumenic_enumerations.hpp
@@ -34,12 +34,6 @@ enum oenum_alb_or_anb
     ,oe_age_nearest_birthday_ties_older
     };
 
-enum oenum_h_align
-    {oe_left
-    ,oe_center
-    ,oe_right
-    };
-
 enum oenum_allocation_method
     {oe_input_allocation
     ,oe_override_allocation
@@ -65,6 +59,12 @@ enum oenum_glp_or_gsp
     ,oe_gsp
     };
 
+enum oenum_h_align
+    {oe_left
+    ,oe_center
+    ,oe_right
+    };
+
 enum oenum_increment_account_preference
     {oe_prefer_general_account
     ,oe_prefer_separate_account



reply via email to

[Prev in Thread] Current Thread [Next in Thread]