]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/reformat.py
Coding Style cleanup: replace leading SPACEs by TABs
[karo-tx-uboot.git] / tools / reformat.py
index 7e038905c2c84a607119e3f74b117428d83c3b77..61306d0235da5b23d6f3ec07e4a417a178f09d37 100755 (executable)
@@ -49,7 +49,7 @@ try:
                ["ignore-case","default","split="])
 except getopt.GetoptError as err:
        print str(err) # will print something like "option -a not recognized"
-        sys.exit(2)
+       sys.exit(2)
 
 for o, a in opts:
        if o in ("-s", "--split"):