Eliminate trailing whitespace in extension_helper.c

This commit is contained in:
Ian Romanick 2009-08-28 15:53:00 -07:00
parent 064913430d
commit 96bdd993ec
2 changed files with 674 additions and 674 deletions

File diff suppressed because it is too large Load diff

View file

@ -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():