From 2523e50fbb5a076f9535c18dcce9ed7a0716e28d Mon Sep 17 00:00:00 2001 From: reinelt Date: Mon, 30 Jan 2006 05:47:38 +0000 Subject: [lcd4linux @ 2006-01-30 05:47:34 by reinelt] graphic subsystem changed to full-color RGBA git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@626 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- indent.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indent.sh') 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 -- cgit v1.2.3