Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@octasic.com>2009-06-06 02:10:17 +0400
committerJean-Marc Valin <jean-marc.valin@octasic.com>2009-06-06 02:10:17 +0400
commit66a885946516d1f055c1d00797887a8a9ab7a163 (patch)
tree6852c8204a966c9f791de00fa47bd84d551ebd05 /doc
parent52b4cb2166d8b9730132baaae1b72163812ccf92 (diff)
Indent options
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/ietf/convert_source.sh2
1 files changed, 1 insertions, 1 deletions
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