From 1464737ccf1621913ab00d9679ec22dbdbf597c1 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Thu, 12 May 2005 14:55:47 +0000 Subject: [lcd4linux @ 2005-05-12 14:55:47 by reinelt] plugins for serdisplib driver --- indent.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indent.sh') diff --git a/indent.sh b/indent.sh index 30dd2fa..1c96e11 100755 --- a/indent.sh +++ b/indent.sh @@ -2,6 +2,7 @@ # -kr Use Kernighan & Ritchie coding style. # -l150 Set maximum line length for non-comment lines to 150. +# -pmt Preserve access and modification times on output files. -indent -kr -l150 *.c *.h +indent -kr -l150 -pmt *.c *.h -- cgit v1.2.3