[glib/wip/mak/mkenums-priv-trigraph: 1/2] trivial: Formatting changes




commit ca28a3fc29c204c1ac05430a843e5ba0b73b2bc6
Author: Matthias Klumpp <matthias tenstral net>
Date:   Sun Jan 10 18:59:45 2021 +0100

    trivial: Formatting changes

 gobject/glib-mkenums.in | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/gobject/glib-mkenums.in b/gobject/glib-mkenums.in
index a44efed19..c4242ad13 100755
--- a/gobject/glib-mkenums.in
+++ b/gobject/glib-mkenums.in
@@ -131,17 +131,17 @@ option_lowercase_name = ''  # DEPRECATED.  A lower case name to use as part
                             # uses abnormal capitalization and we can not
                             # guess where to put the underscores.
 option_since = ''           # User provided version info for the enum.
-seenbitshift = 0        # Have we seen bitshift operators?
-enum_prefix = None        # Prefix for this enumeration
-enumname = ''            # Name for this enumeration
-enumshort = ''           # $enumname without prefix
-enumname_prefix = ''       # prefix of $enumname
-enumindex = 0        # Global enum counter
-firstenum = 1        # Is this the first enumeration per file?
-entries = []            # [ name, val ] for each entry
-sandbox = None      # sandbox for safe evaluation of expressions
-
-output = ''            # Filename to write result into
+seenbitshift = 0            # Have we seen bitshift operators?
+enum_prefix = None          # Prefix for this enumeration
+enumname = ''               # Name for this enumeration
+enumshort = ''              # $enumname without prefix
+enumname_prefix = ''        # prefix of $enumname
+enumindex = 0               # Global enum counter
+firstenum = 1               # Is this the first enumeration per file?
+entries = []                # [ name, val ] for each entry
+sandbox = None              # sandbox for safe evaluation of expressions
+
+output = ''                 # Filename to write result into
 
 def parse_trigraph(opts):
     result = {}


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