]> git.sesse.net Git - kdenlive/blobdiff - reindent.sh
Set maximum clip speed to 10000%, should be enough that time
[kdenlive] / reindent.sh
index 6767a474f42611867f7a38ea3132b174145ca78b..7de5a150f6e2be5c34758a487f0f7010f2e538f7 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-FILES="`find -type f -wholename './src/*.cpp'` `find -type f -wholename './src/*.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