Nit fix for git_footers.

TBR=machenbach@chromium.org
Bug: 717504
Change-Id: Ifa71fa4cac0b57ed11ba5e7eb93516b23b72a496
Reviewed-on: https://chromium-review.googlesource.com/502809
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
changes/09/502809/3
Andrii Shyshkalov 8 years ago
parent 04b51d6de0
commit 1a91c6080a

@ -49,7 +49,7 @@ def matches_footer_key(line, key):
"""
r = parse_footer(line)
if r is None:
return None
return False
return normalize_name(r[0]) == normalize_name(key)

Loading…
Cancel
Save