Skip to content
  • Jesper Juhl's avatar
    docproc: cleanup brace placement · f0f3ca8d
    Jesper Juhl authored
    
    
    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: default avatarJesper Juhl <jj@chaosbits.net>
    Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
    f0f3ca8d