Skip to content
Snippets Groups Projects
Commit 87b12ac8 authored by John Koleszar's avatar John Koleszar Committed by Gerrit Code Review
Browse files

Merge "FTFY: fix syntax error"

parents e4dc2b92 46da1cae
No related branches found
No related tags found
No related merge requests found
......@@ -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;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment