From: Jesper Juhl Date: Wed, 15 Jun 2011 09:53:13 +0000 (+0200) Subject: docproc: cleanup brace placement X-Git-Tag: v3.1-rc1~245^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f3ca8d967462dafb815412b14ca3339b9817a6;p=pandora-kernel.git docproc: cleanup brace placement 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed