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-11-10 11:47:49 +01:00
parent b3a28fd4e9
commit 30bb2edccf
3 changed files with 16 additions and 5 deletions
+8
View File
@@ -1,3 +1,11 @@
2008-11-10 Akim Demaille <[email protected]>
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 <[email protected]>
Comment changes.