Merge "FTFY: fix syntax error"

This commit is contained in:
John Koleszar 2012-04-12 11:48:57 -07:00 committed by Gerrit Code Review
commit 87b12ac875

View File

@ -113,7 +113,7 @@ cd "$(git rev-parse --show-toplevel)"
git show > "${ORIG_DIFF}"
# Apply the style guide on new and modified files and collect its diff
for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM
for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM \
| grep '\.[ch]$'); do
case "$f" in
third_party/*) continue;;