diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-26 01:36:48 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-26 01:36:48 +0000 |
commit | 9e93059a39248a7bd26f527070926bd36bbb3a3d (patch) | |
tree | 657e9b054dabdcb20dc111ead4045bd9dabbb828 /PRESUBMIT.py | |
parent | 5892dbea4f6dcc325fa48e963f63feffaed6eb2e (diff) | |
download | chromium_src-9e93059a39248a7bd26f527070926bd36bbb3a3d.zip chromium_src-9e93059a39248a7bd26f527070926bd36bbb3a3d.tar.gz chromium_src-9e93059a39248a7bd26f527070926bd36bbb3a3d.tar.bz2 |
Dummy checkin to trigger the bots after the build error
"Chromium XP :archived build failed".
TBR=nsylvain
Review URL: http://codereview.chromium.org/99034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14556 0039d316-1c4b-4281-b951-d872f2087c98
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 e1b33a8..d73d566 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 EOL character. + # Remove end of line character. lines = contents.splitlines() line_num = 1 for line in lines: |