Browse Source

[1198] a minor style fix: removed unnecessary semicolon.

JINMEI Tatuya 13 years ago
parent
commit
0c0e8938a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/reorder_message_file.py

+ 1 - 1
tools/reorder_message_file.py

@@ -167,7 +167,7 @@ def processFile(filename):
     Parameters:
     filename     Name of the message file to process
     """
-    lines = open(filename).read().splitlines();
+    lines = open(filename).read().splitlines()
 
     # Search for the first line starting with the percent character.  Everything
     # before it is considered the file header and is copied to the output with