From 1571b9c01459f1d1f8d4bb77dd3c83f79c51b105 Mon Sep 17 00:00:00 2001 From: Tom Cort Date: Wed, 28 Nov 2007 13:07:10 -0500 Subject: [PATCH] Format cxx/hxx files. --- format.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/format.sh b/format.sh index b35578d..9155e9b 100644 --- a/format.sh +++ b/format.sh @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -find ./ -name \*.[ch] -exec indent -nbad -nbfda -bap -nbc -br -brs -c33 \ +find ./ -name \*.[ch]xx -exec indent -nbad -nbfda -bap -nbc -br -brs -c33 \ -cd33 -ncdb -ce -ci4 -cli0 -cp33 -d0 -di1 -nfc1 -nfca -i8 -ip0 -l240 \ -lp -npcs -npsl -nsc -nsob -nss -ts8 -cs -ut {} \; -find ./ -name \*.[ch]~ -exec rm {} \; +find ./ -name \*.[ch]xx~ -exec rm {} \; -- 2.11.4.GIT