Remove some unnecessary files

This commit is contained in:
twinaphex 2015-09-17 05:58:36 +02:00
parent d9ce4de9af
commit 23abc91ee2
4 changed files with 0 additions and 1590 deletions

View File

@ -1,7 +0,0 @@
#!/bin/bash
uncrustify -c uncrustify.cfg *.c *.h
for f in *.uncrustify; do
source_file=$(basename "$f" .uncrustify);
cmp "$source_file" "$f" || (read -p "Style violations in '$source_file'" && vimdiff "$source_file" "$f");
done;
rm -f *.uncrustify

View File

@ -1,2 +0,0 @@
#!/bin/sh
uncrustify -c uncrustify.cfg "$1" && vimdiff "$1" "$1.uncrustify"

View File

@ -1,3 +0,0 @@
#!/bin/sh
uncrustify -c uncrustify.cfg --replace $*

File diff suppressed because it is too large Load Diff