Eliminate trailing whitespace in extension_helper.c
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -170,7 +170,7 @@ class PrintGlExtensionGlue(gl_XML.gl_print_base):
|
||||
condition = condition_for_function(f, abi, 0)
|
||||
if len(condition):
|
||||
print '#if %s' % (string.join(condition, " || "))
|
||||
print 'static const char %s_names[] = ' % (f.name)
|
||||
print 'static const char %s_names[] =' % (f.name)
|
||||
|
||||
parameter_signature = ''
|
||||
for p in f.parameterIterator():
|
||||
|
||||
Reference in New Issue
Block a user