formatting changes

* data/c.m4: Fix comments, put macros in a more natural order.
Space changes (from M-x whitespace-cleanup).
* src/location.c: Fix spaces.
* tests/actions.at: Space changes.
This commit is contained in:
Akim Demaille
2012-11-30 11:19:33 +01:00
parent 5215919366
commit 4c36bc2b8d
3 changed files with 28 additions and 28 deletions

View File

@@ -365,7 +365,7 @@ input:
V(input, $$, @$, ": /* Nothing */\n");
}
| line input /* Right recursive to load the stack so that popping at
END can be exercised. */
END can be exercised. */
{
$$ = 2;
V(input, $$, @$, ": ");