diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
commit | abada90e3f84dc703b8ddc9efcbed8a946fadead (patch) | |
tree | 2c6f9dccd510ea97cb927a7bd635422efaae547a /cpp/fixCopyright.py | |
parent | removing trace message (diff) | |
download | ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2 ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip |
Expanded tabs into spaces
Diffstat (limited to 'cpp/fixCopyright.py')
-rwxr-xr-x | cpp/fixCopyright.py | 4 |
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 |