summaryrefslogtreecommitdiff
path: root/cpp/fixCopyright.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/fixCopyright.py')
-rwxr-xr-xcpp/fixCopyright.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/fixCopyright.py b/cpp/fixCopyright.py
index 5edbbdf7c0a..4feb798c8a4 100755
--- a/cpp/fixCopyright.py
+++ b/cpp/fixCopyright.py
@@ -123,7 +123,7 @@ def replaceCopyright(file, commentMark, commentBegin, commentEnd, newCopyrightLi
# Hack to keep the .err files
#
if fnmatch.fnmatch(file, "*test/Slice/errorDetection/*.ice") > 0:
- newFile.write("\n")
+ newFile.write("\n")
newFile.writelines(newLines)
newFile.close()
@@ -215,7 +215,7 @@ for x in sys.argv[1:]:
sys.exit(0)
elif x == "-e":
patchIceE = True
- path = "../icee"
+ path = "../icee"
elif x.startswith("-"):
print sys.argv[0] + ": unknown option `" + x + "'"
print