shithub: libvpx

Download patch

ref: 46da1cae0514dd70403e92b32a445d614cf61886
parent: 6b33ca395fadf30b83baf6dd006a771c78ae202c
author: John Koleszar <jkoleszar@google.com>
date: Thu Apr 12 07:19:00 EDT 2012

FTFY: fix syntax error

Change-Id: I1952608479954c07f3556f96ea3de9118216bf27

--- a/tools/ftfy.sh
+++ b/tools/ftfy.sh
@@ -113,7 +113,7 @@
 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;;