Update of /cvsroot/ufraw/ufraw
In directory vz-cvs-2.sog:/tmp/cvs-serv16190
Modified Files:
beautify_style.sh
Log Message:
Also beautify wb_presets.c.
Index: beautify_style.sh
===================================================================
RCS file: /cvsroot/ufraw/ufraw/beautify_style.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- beautify_style.sh 20 Feb 2011 06:15:20 -0000 1.2
+++ beautify_style.sh 26 Jun 2011 07:02:06 -0000 1.3
@@ -1,11 +1,14 @@
#!/bin/bash
-# this uses astyle to standardize our indentation/braces etc
+# This uses astyle to standardize our indentation/braces etc.
SOURCES=$(find . -name "*.c" -or -name "*.cc" -or -name "*.h" | grep -v
dcraw.cc | grep -v wb_presets.c)
for i in $SOURCES
do
- astyle --style=k/r --indent=spaces=4 --indent-switches --pad-oper
--pad-header --unpad-paren < $i > UFRawBeautifiStyle.tmp
- mv UFRawBeautifiStyle.tmp $i
+ astyle --style=k/r --indent=spaces=4 --indent-switches --pad-oper
--pad-header --unpad-paren < $i > UFRawBeautifyStyle.tmp
+ mv UFRawBeautifyStyle.tmp $i
done
+
+astyle --style=k/r --indent=spaces=2 --indent-switches < wb_presets.c >
UFRawBeautifyStyle.tmp
+mv UFRawBeautifyStyle.tmp wb_presets.c
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense..
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs