diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-15 19:45:53 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-15 19:45:53 +0000 |
commit | d5ed857acf364cee975b5b9db42dc4dc96f5cd15 (patch) | |
tree | f6c2e86332fc74d4174ef4dde80b3761b6e6d0a8 /PRESUBMIT.py | |
parent | acdd9b5eae5fd47a3a6f6cc1f660539edac16b57 (diff) | |
download | chromium_src-d5ed857acf364cee975b5b9db42dc4dc96f5cd15.zip chromium_src-d5ed857acf364cee975b5b9db42dc4dc96f5cd15.tar.gz chromium_src-d5ed857acf364cee975b5b9db42dc4dc96f5cd15.tar.bz2 |
Fix style in Presubmit.py
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11715 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 b86bc14..7cb4af3 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -9,7 +9,7 @@ See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for details on the presubmit API built into gcl. """ -# Files with these extensions will be considered source files +# Files with these extensions will be considered source files. SOURCE_FILE_EXTENSIONS = [ '.c', '.cc', '.cpp', '.h', '.m', '.mm', '.py', '.mk', '.am', '.json', ] |