mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 06:40:22 +01:00
Eliminate trailing whitespace in extension_helper.c
This commit is contained in:
parent
064913430d
commit
96bdd993ec
2 changed files with 674 additions and 674 deletions
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():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue