5e1af75 bracket-spacing: Remove pointless cycles

Authored and Committed by mkletzan 9 years ago
    bracket-spacing: Remove pointless cycles
    
    Change while () { smth; last; } to if () { smth; } as 'last' in perl is
    analogous to 'break' in C.  These are probably copy-paste leftovers from
    creating new syntax-check rules.
    
    Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
    
        
file modified
+10 -17