Commit 1a91c608 authored by Andrii Shyshkalov's avatar Andrii Shyshkalov

Nit fix for git_footers.

TBR=machenbach@chromium.org
Bug: 717504
Change-Id: Ifa71fa4cac0b57ed11ba5e7eb93516b23b72a496
Reviewed-on: https://chromium-review.googlesource.com/502809Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
parent 04b51d6d
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment