]> granicus.if.org Git - libvpx/commitdiff
FTFY: fix syntax error
authorJohn Koleszar <jkoleszar@google.com>
Thu, 12 Apr 2012 18:19:00 +0000 (11:19 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 12 Apr 2012 18:19:00 +0000 (11:19 -0700)
Change-Id: I1952608479954c07f3556f96ea3de9118216bf27

tools/ftfy.sh

index 1f41fe76b6f7cb658d2a37243ea90bf896d635fc..07be5b7a8b5fe2a20ca2deaa6263b5a99fe3b932 100755 (executable)
@@ -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;;