summaryrefslogtreecommitdiff
path: root/tools/dfagen/dfagen/output/c/template.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dfagen/dfagen/output/c/template.c')
-rw-r--r--tools/dfagen/dfagen/output/c/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dfagen/dfagen/output/c/template.c b/tools/dfagen/dfagen/output/c/template.c
index a8679046..6beda928 100644
--- a/tools/dfagen/dfagen/output/c/template.c
+++ b/tools/dfagen/dfagen/output/c/template.c
@@ -8,7 +8,7 @@
#include <stddef.h>
#include <assert.h>
-%(_user.type-decl)s
+%(_user.type-decl)s
/* %(name)s transition table. */
static const %(prefix)s_transition_t
%(prefix)s_transition_table[%(PREFIX)s_STATE_NB][%(PREFIX)s_EVENT_NB] = {