Avoid trailing spaces.

* data/c.m4: b4_comment(TEXT): Don't indent empty lines.
	* data/lalr1.cc: Don't indent before rule and symbol actions, as
	they can be empty, and anyway this incorrectly indents the first
	action.
This commit is contained in:
Akim Demaille
2008-08-16 15:29:30 +02:00
parent b3a28fd4e9
commit 30bb2edccf
3 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
2008-11-10 Akim Demaille <demaille@gostai.com>
Avoid trailing spaces.
* data/c.m4: b4_comment(TEXT): Don't indent empty lines.
* data/lalr1.cc: Don't indent before rule and symbol actions, as
they can be empty, and anyway this incorrectly indents the first
action.
2008-11-10 Akim Demaille <demaille@gostai.com>
Comment changes.