docproc: cleanup brace placement
authorJesper Juhl <jj@chaosbits.net>
Wed, 15 Jun 2011 09:53:13 +0000 (11:53 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 16 Jun 2011 18:40:03 +0000 (20:40 +0200)
The placement of the opening brace "{" after 'if' statements in
scripts/docproc.c is inconsistent. Most are placed on the same line as the 'if'
statement itself as per CodingStyle, but a few are not.  This patch cleans up
the inconsistency. We save a few source lines and the file then uses the same
style throughout, which is nice.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found