1
Fork 0

deleted two files

This commit is contained in:
Joshua Moerman (@Kassalade) 2011-04-23 22:10:11 +02:00
parent e633688cc5
commit b0e691f202
2 changed files with 0 additions and 13 deletions

View file

@ -1,12 +0,0 @@
DIRS="./*.cpp ./*.hpp ./kernels/*.cpp ./kernels/*.hpp ./attractors/*.stf"
echo "This program will delete all trailing whitespaces and will replace spaces with tabs"
for file in ${DIRS}
do
echo "yay ${file}"
unexpand -t 4 ${file} | sed 's/[ \t]*$//' > ${file}.new
cat ${file}.new > ${file}
rm ${file}.new
done

View file

@ -1 +0,0 @@
git testen