diff options
Diffstat (limited to 'cpp/fixCopyright.py')
-rwxr-xr-x | cpp/fixCopyright.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/fixCopyright.py b/cpp/fixCopyright.py index 2642fa94ccb..bd08bf4e734 100755 --- a/cpp/fixCopyright.py +++ b/cpp/fixCopyright.py @@ -119,11 +119,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.write("\n") - newFile.write("\n") - newFile.write("\n") newFile.writelines(newLines) newFile.close() |