summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Alanis <alanisbaez@google.com>2021-09-29 15:09:39 +0000
committerRoberto Alanis <alanisbaez@google.com>2021-09-29 18:57:24 +0000
commitbbaa560868af47e6e6a6cb4d97ab1f4ab2a573e6 (patch)
tree5adad82851b7e6fbff40ffea196605a4d92e7f9b
parentcf985433bb5cd76f891f037ac61e72fad3210cc3 (diff)
downloadlibwebm-bbaa560868af47e6e6a6cb4d97ab1f4ab2a573e6.tar.gz
Replace single quotes
Change-Id: I98e08292e8f24fbac6f0d1fcee10147cd399130b Bug: b:185520494
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 4199ba9..7049e09 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -33,7 +33,7 @@ See https://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for
details on the presubmit API built into depot_tools.
"""
USE_PYTHON3 = True
-_INCLUDE_SOURCE_FILES_ONLY = [r'.*\.(c|cc|[hc]pp|h)$']
+_INCLUDE_SOURCE_FILES_ONLY = [r".*\.(c|cc|[hc]pp|h)$"]
_LIBWEBM_MAX_LINE_LENGTH = 80