From 66a885946516d1f055c1d00797887a8a9ab7a163 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Fri, 5 Jun 2009 18:10:17 -0400 Subject: Indent options --- doc/ietf/convert_source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ietf/convert_source.sh b/doc/ietf/convert_source.sh index f9fd2b2..48c859f 100755 --- a/doc/ietf/convert_source.sh +++ b/doc/ietf/convert_source.sh @@ -25,7 +25,7 @@ gcc -DHAVE_CONFIG_H -C -E -nostdinc tata.c | grep -v '^#' | sed 's/\/\/PREPROCES #cat ../../libcelt/$i >> tata.c #gcc -C -E -nostdinc tata.c -fdirectives-only | perl -ne 'if ($begin) {print $_} if (/SOURCE_CODE_BEGIN/) {$begin=1}' > tata2.c -indent -sob -i2 -bl -bli0 --no-tabs -l72 --format-all-comments tata2.c -o tata.c +indent -nsc -ncdb -original -sob -i2 -bl -bli0 --no-tabs -l72 --format-all-comments tata2.c -o tata.c cat tata.c > source/$i -- cgit v1.2.3