From 585c703699a3e21c2aabf4886ff8d9bdf5d7742c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 15 Jul 2015 15:42:37 -0700 Subject: [PATCH] Add some missing spacing in generated code. --- src/gen_dispatch.py | 1 + 1 file changed, 1 insertion(+) 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')