]> git.sesse.net Git - kdenlive/commitdiff
Also reindent thumbnailer folder
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 21 Jan 2009 20:09:50 +0000 (20:09 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 21 Jan 2009 20:09:50 +0000 (20:09 +0000)
svn path=/branches/KDE4/; revision=2938

reindent.sh

index 5746abc26b67e071d7e20fe7943f6374bc6d886c..7de5a150f6e2be5c34758a487f0f7010f2e538f7 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-FILES="`find -type f -wholename './src/*.cpp'` `find -type f -wholename './src/*.h'` `find -type f -wholename './renderer/*.cpp'` `find -type f -wholename './renderer/*.h'` `find -type f -wholename './plugins/*.cpp'` `find -type f -wholename './plugins/*.h'`"
+FILES="`find -type f -wholename './src/*.cpp'` `find -type f -wholename './src/*.h'` `find -type f -wholename './renderer/*.cpp'` `find -type f -wholename './renderer/*.h'` `find -type f -wholename './plugins/*.cpp'` `find -type f -wholename './plugins/*.h'` `find -type f -wholename './thumbnailer/*.cpp'` `find -type f -wholename './thumbnailer/*.h'`"
 
 if [ $# -gt 0 ]
 then