style: formatting clean up

* data/skeletons/d.m4, examples/d/calc.y, src/output.c,
* src/parse-gram.y:
No tab, no trailing spaces.
Reported by syntax-check.
This commit is contained in:
Akim Demaille
2019-01-12 09:23:02 +01:00
parent 7d545fd23f
commit 3355ee32f0
4 changed files with 23 additions and 24 deletions

View File

@@ -462,7 +462,7 @@ tag:
`-----------------------*/
// A non empty list of possibly tagged symbols for %nterm.
//
//
// Can easily be defined like symbol_decls but restricted to ID, but
// using token_decls allows to reudce the number of rules, and also to
// make nicer error messages on "%nterm 'a'" or '%nterm FOO "foo"'.