summaryrefslogtreecommitdiffstats
path: root/src/gram.y
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-09 14:47:46 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-09 14:47:46 -0300
commit320bae7558476c896f1379e3513087baeae7300c (patch)
tree059e881a8c7e2cb2e41ade6237b296b05856e19f /src/gram.y
parent7c65aa0806aaa8e0e8c4a181a81f5f350b829ca4 (diff)
Arrenged comments
Diffstat (limited to 'src/gram.y')
-rw-r--r--src/gram.y10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gram.y b/src/gram.y
index 363be20..b1d1293 100644
--- a/src/gram.y
+++ b/src/gram.y
@@ -64,11 +64,11 @@ int yylex();
%token <sval> PLUGIN
/*
- * When adding new commands, make sure that any commands that may take
- * COL as an argument precede S_FORMAT in the %token list. All other
- * commands must come after S_FORMAT. This is necessary so that range
- * names can be less than three letters without being parsed as column
- * names.
+ * When adding new commands, make sure that any commands that may take
+ * COL as an argument precede S_FORMAT in the %token list. All other
+ * commands must come after S_FORMAT. This is necessary so that range
+ * names can be less than three letters without being parsed as column
+ * names.
*/
%token S_SHOW