summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-07-15 15:42:37 -0700
committerEric Anholt <eric@anholt.net>2015-07-15 16:09:06 -0700
commit585c703699a3e21c2aabf4886ff8d9bdf5d7742c (patch)
treec739cedc37ecebc69c9be677b1adc7e4b88d4f93
parentb2c00a18af8e3816b77f57092b0d24843a59a8a5 (diff)
downloadlibepoxy-585c703699a3e21c2aabf4886ff8d9bdf5d7742c.tar.gz
Add some missing spacing in generated code.
-rwxr-xr-xsrc/gen_dispatch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gen_dispatch.py b/src/gen_dispatch.py
index 9372300..1644cbf 100755
--- a/src/gen_dispatch.py
+++ b/src/gen_dispatch.py
@@ -783,6 +783,7 @@ class Generator(object):
for func in self.sorted_functions:
self.write_thunks(func)
+ self.outln('')
self.outln('#if USING_DISPATCH_TABLE')