summaryrefslogtreecommitdiff
path: root/lib/command_parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command_parse.y')
-rw-r--r--lib/command_parse.y4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/command_parse.y b/lib/command_parse.y
index 80487af7cd..9c1b3fff24 100644
--- a/lib/command_parse.y
+++ b/lib/command_parse.y
@@ -19,9 +19,7 @@ extern void yyerror(const char *);
%}
%code provides {
extern struct
-graph_node *cmd_parse_format(const char *,
- const char *,
- struct graph_node *);
+graph_node *cmd_parse_format(const char *, const char *, struct graph_node *);
extern void
set_buffer_string(const char *);
}