* src/tgbatest/ltl2tgba.cc (main): Fix style.

* HACKING: Mention `else if'.
This commit is contained in:
Alexandre Duret-Lutz 2004-05-14 13:21:32 +00:00
parent 16fd8268c4
commit aa5368baf9
3 changed files with 10 additions and 4 deletions

View file

@ -147,6 +147,8 @@ Formating
...
}
* `else if' can be put as-is on a single line.
* No line should be larger than 80 columns.
If a line takes more than 80 columns, split it or rethink it.