util: Break up some unit tests in the m5 utility.
[gem5.git] / util / git-commit-msg.py
index db0fbddcc54993810a42292346312e8c50f45edb..b2ff164522b17d9b16e114990f1bd88dd2e2d698 100755 (executable)
@@ -46,7 +46,7 @@ def _printErrorQuit(error_message):
     print(error_message)
 
     print("The commit has been cancelled, but a copy of it can be found in "
-            + sys.argv[1] + " : ")
+          + sys.argv[1] + " : ")
 
     print("""
 --------------------------------------------------------------------------