From 5ec6cf452b9829303a75e59480749b1e2d9c7864 Mon Sep 17 00:00:00 2001 From: reinelt Date: Mon, 27 Feb 2006 08:12:34 +0000 Subject: [lcd4linux @ 2006-02-27 08:12:34 by reinelt] use serdisplib's full color support git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@651 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- indent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indent.sh') diff --git a/indent.sh b/indent.sh index 3cb0e1f..11a02b2 100755 --- a/indent.sh +++ b/indent.sh @@ -2,8 +2,8 @@ # -kr Use Kernighan & Ritchie coding style. # -l120 Set maximum line length for non-comment lines to 150. -# -pmt Preserve access and modification times on output files. +rm *.c~ *.h~ indent -kr -l120 *.c *.h for i in *.c *.h; do -- cgit v1.2.3