X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Freformat.py;h=61306d0235da5b23d6f3ec07e4a417a178f09d37;hb=32d7cdd366a1516fa498464c261851f3a76a62ef;hp=7e038905c2c84a607119e3f74b117428d83c3b77;hpb=c4a7ece02046f647019cc0aaddf530833a8db29c;p=u-boot diff --git a/tools/reformat.py b/tools/reformat.py index 7e038905c2..61306d0235 100755 --- a/tools/reformat.py +++ b/tools/reformat.py @@ -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"):