diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-25 20:54:42 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-25 20:54:42 +0000 |
commit | 0dfd3119fe5e7d357818cd869a196dfe50f6876c (patch) | |
tree | fa17334b0b327394f1334a47dc1e1bfb57bb2197 | |
parent | 682eb8906f6bca91b2c863c112a0fa303cbefa74 (diff) | |
download | chromium_src-0dfd3119fe5e7d357818cd869a196dfe50f6876c.zip chromium_src-0dfd3119fe5e7d357818cd869a196dfe50f6876c.tar.gz chromium_src-0dfd3119fe5e7d357818cd869a196dfe50f6876c.tar.bz2 |
Dummy checkin to trigger the bots after the master factory refactoring - part 4
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14536 0039d316-1c4b-4281-b951-d872f2087c98
-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: |