aboutsummaryrefslogtreecommitdiffstats
path: root/indent.sh
diff options
context:
space:
mode:
authorreinelt <>2006-01-30 05:47:38 +0000
committerreinelt <>2006-01-30 05:47:38 +0000
commit9597a85a3a5c94664f0026a85a75daa9c58dcb0b (patch)
treee9b5c891e426a38a451e52fbd9ece443b5f59457 /indent.sh
parent0a50da0d92193cfbd2a555f5bc57ebc87eaae451 (diff)
downloadlcd4linux-9597a85a3a5c94664f0026a85a75daa9c58dcb0b.tar.gz
[lcd4linux @ 2006-01-30 05:47:34 by reinelt]
graphic subsystem changed to full-color RGBA
Diffstat (limited to '')
-rwxr-xr-xindent.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/indent.sh b/indent.sh
index 1c96e11..9885e49 100755
--- a/indent.sh
+++ b/indent.sh
@@ -1,8 +1,8 @@
#! /bin/bash
# -kr Use Kernighan & Ritchie coding style.
-# -l150 Set maximum line length for non-comment lines to 150.
+# -l120 Set maximum line length for non-comment lines to 150.
# -pmt Preserve access and modification times on output files.
-indent -kr -l150 -pmt *.c *.h
+indent -kr -l120 -pmt *.c *.h