diff options
| author | root <root@krebs> | 2011-08-20 23:33:40 +0200 |
|---|---|---|
| committer | root <root@krebs> | 2011-08-20 23:33:40 +0200 |
| commit | 6b2cd5bb85d257f432923e22178c0559fe9656aa (patch) | |
| tree | 46f16983868954dd5aec208cdbcfc8466d87eef3 /oncology/dpfhack_display/lcd4linux/.svn/text-base/indent.sh.svn-base | |
| parent | a130ff747711005511c33f4c0714550f32e707f2 (diff) | |
lcd4linux: removed trash
Diffstat (limited to 'oncology/dpfhack_display/lcd4linux/.svn/text-base/indent.sh.svn-base')
| -rw-r--r-- | oncology/dpfhack_display/lcd4linux/.svn/text-base/indent.sh.svn-base | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/oncology/dpfhack_display/lcd4linux/.svn/text-base/indent.sh.svn-base b/oncology/dpfhack_display/lcd4linux/.svn/text-base/indent.sh.svn-base deleted file mode 100644 index e21a739b..00000000 --- a/oncology/dpfhack_display/lcd4linux/.svn/text-base/indent.sh.svn-base +++ /dev/null @@ -1,20 +0,0 @@ -#! /bin/bash - -# $Id$ -# $URL$ - - -# -kr Use Kernighan & Ritchie coding style. -# -l120 Set maximum line length for non-comment lines to 150. -# -npro Do not read ‘.indent.pro’ files. - -rm *.c~ *.h~ 2>/dev/null # trash "no such file or directory" warning messages -indent -kr -l120 -npro *.c *.h - -for i in *.c *.h; do - if !(diff -q $i $i~); then - rm $i~ - else - mv $i~ $i - fi -done |
