| Index: presubmit_support.py
|
| diff --git a/presubmit_support.py b/presubmit_support.py
|
| index 814d3fc37a0d812bbb2bc977293ffe61113eb6d8..bfe242dcefe477a31cc663a803fe2e2a90e785cf 100755
|
| --- a/presubmit_support.py
|
| +++ b/presubmit_support.py
|
| @@ -673,7 +673,7 @@ class Change(object):
|
|
|
| # Matches key/value (or "tag") lines in changelist descriptions.
|
| TAG_LINE_RE = re.compile(
|
| - '^\s*(?P<key>[A-Z][A-Z_0-9]*)\s*=\s*(?P<value>.*?)\s*$')
|
| + '^[ \t]*(?P<key>[A-Z][A-Z_0-9]*)[ \t]*=[ \t]*(?P<value>.*?)[ \t]*$')
|
| scm = ''
|
|
|
| def __init__(
|
|
|