doc: remove space between variable and post increment in example code

pull/2/head
Janne Grunau 13 years ago
parent d268b79e34
commit 84994421bc
  1. 2
      doc/developer.texi

@ -52,7 +52,7 @@ The code is written in K&R C style. That means the following:
The control statements are formatted by putting space betwen the statement and parenthesis
in the following way:
@example
for (i = 0; i < filter->input_count; i ++) @{
for (i = 0; i < filter->input_count; i++) @{
@end example
@item
The case statement is always located at the same level as the switch itself:

Loading…
Cancel
Save