Add some missing spacing in generated code.

macos/v1.5.9
Eric Anholt 9 years ago
parent b2c00a18af
commit 585c703699
  1. 1
      src/gen_dispatch.py

@ -783,6 +783,7 @@ class Generator(object):
for func in self.sorted_functions: for func in self.sorted_functions:
self.write_thunks(func) self.write_thunks(func)
self.outln('')
self.outln('#if USING_DISPATCH_TABLE') self.outln('#if USING_DISPATCH_TABLE')

Loading…
Cancel
Save