summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-25 19:41:20 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-25 19:41:20 +0000
commit7f36bac6e4abaf59854bf807d6456b6a5c040930 (patch)
tree2b34b31660e0abe77938299d1a17b06f0557643a /PRESUBMIT.py
parenta1d8d174baf7e2c7abb327a1f504c6d78dd71290 (diff)
downloadchromium_src-7f36bac6e4abaf59854bf807d6456b6a5c040930.zip
chromium_src-7f36bac6e4abaf59854bf807d6456b6a5c040930.tar.gz
chromium_src-7f36bac6e4abaf59854bf807d6456b6a5c040930.tar.bz2
Dummy checkin to trigger the bots after the master factory refactoring
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14532 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py2
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: