diff options
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-x | PRESUBMIT.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index d73d566..e1b33a8 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -92,7 +92,7 @@ def LocalChecks(input_api, output_api, max_cols=80): eof_files.append(path) local_errors = [] - # Remove end of line character. + # Remove EOL character. lines = contents.splitlines() line_num = 1 for line in lines: |