]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/getopt-long.hh
Imported Upstream version 2.16.0
[lilypond.git] / flower / include / getopt-long.hh
index ba5eb8df28c11dcb218e9e9e7334b5805b06c46f..52c819822c0facc1b68405ae4f7b6fc33378e840 100644 (file)
@@ -54,7 +54,8 @@ public:
   /** errorcodes: no error, argument expected, no argument expected,
       unknown option, illegal argument (eg. int expected).  */
   enum Errorcod { E_NOERROR = 0, E_ARGEXPECT, E_NOARGEXPECT, E_UNKNOWNOPTION,
-                 E_ILLEGALARG };
+                  E_ILLEGALARG
+                };
 
   /// argument. Set to 0 if not present
   char const *optional_argument_str0_;