mirror of https://git.ffmpeg.org/ffmpeg.git
doc: remove space between variable and post increment in example code
This commit is contained in:
parent
d268b79e34
commit
84994421bc
|
@ -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
|
The control statements are formatted by putting space betwen the statement and parenthesis
|
||||||
in the following way:
|
in the following way:
|
||||||
@example
|
@example
|
||||||
for (i = 0; i < filter->input_count; i ++) @{
|
for (i = 0; i < filter->input_count; i++) @{
|
||||||
@end example
|
@end example
|
||||||
@item
|
@item
|
||||||
The case statement is always located at the same level as the switch itself:
|
The case statement is always located at the same level as the switch itself:
|
||||||
|
|
Loading…
Reference in New Issue