| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 9abe70f727900d6e40dc2d680adf5ddfc84c7be4..00835f9ef9d9b658b4c514bc157700d428600f26 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -144,6 +144,11 @@ def _CommonChecks(input_api, output_api):
|
| x.LocalPath().endswith('.gyp') or
|
| x.LocalPath().endswith('.py') or
|
| x.LocalPath().endswith('.sh') or
|
| + x.LocalPath().endswith('.m') or
|
| + x.LocalPath().endswith('.mm') or
|
| + x.LocalPath().endswith('.go') or
|
| + x.LocalPath().endswith('.c') or
|
| + x.LocalPath().endswith('.cc') or
|
| x.LocalPath().endswith('.cpp'))
|
| results.extend(
|
| _CheckChangeHasEol(
|
|
|