Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25540

Modified Files:
        beautify_style.sh 
Log Message:
Ignore iccjpeg.[ch].

Index: beautify_style.sh
===================================================================
RCS file: /cvsroot/ufraw/ufraw/beautify_style.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- beautify_style.sh   26 Jun 2011 07:02:06 -0000      1.3
+++ beautify_style.sh   3 Jan 2016 04:30:20 -0000       1.4
@@ -2,7 +2,7 @@
 
 # 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)
+SOURCES=$(find . -name "*.c" -or -name "*.cc" -or -name "*.h" | grep -v 
dcraw.cc | grep -v iccjpeg.c | grep -v iccjpeg.h | grep -v wb_presets.c)
 
 for i in $SOURCES
 do


------------------------------------------------------------------------------
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to