File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 114114#-------------------------------------------------------------------------------
115115# get individually named constants and sizes
116116
117- # print selected constants
118117if SHOW_SELECTED_CONSTANTS :
119118 print '-' * 60
120119 print '\n selected constants:'
133132 print ' %-25s %d' % (name , value )
134133 print
135134
136- # print selected sizes
137135if SHOW_SELECTED_SIZES :
138136 print '-' * 60
139137 print '\n selected sizes:'
Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ if SHOW_ALL_SIZES:
145145#-------------------------------------------------------------------------------
146146# get individually named constants and sizes
147147
148- # print selected constants
149148if SHOW_SELECTED_CONSTANTS :
150149 print ('-' * 60 )
151150 print ('\n selected constants:' )
@@ -164,7 +163,6 @@ if SHOW_SELECTED_CONSTANTS:
164163 print (' %-25s %d' % (name .decode ("utf-8" ), value ))
165164 print (' ' )
166165
167- # print selected sizes
168166if SHOW_SELECTED_SIZES :
169167 print ('-' * 60 )
170168 print ('\n selected sizes:' )
You can’t perform that action at this time.
0 commit comments