Update of /cvsroot/ufraw/ufraw
In directory vz-cvs-3.sog:/tmp/cvs-serv15943

Modified Files:
        uf_gtk.cc ufraw_lensfun.cc 
Log Message:
Update coding style.

Index: ufraw_lensfun.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_lensfun.cc,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- ufraw_lensfun.cc    18 Aug 2011 03:05:17 -0000      1.28
+++ ufraw_lensfun.cc    22 Aug 2011 15:30:14 -0000      1.29
@@ -351,7 +351,7 @@
         if (ufraw_image_get_data(this) == NULL)
             return;
         Lensfun &Lensfun = Lensfun::Parent(*this);
-       Lensfun.Manual();
+        Lensfun.Manual();
     }
 };
 
@@ -620,7 +620,7 @@
         if (ufraw_image_get_data(this) == NULL)
             return;
         Lensfun &Lensfun = Lensfun::Parent(*this);
-       Lensfun.Manual();
+        Lensfun.Manual();
     }
 };
 
@@ -631,7 +631,7 @@
 {
 public:
     explicit TargetLensGeometry(UFName name = ufTargetLensGeometry) :
-            UFArray(name, lfLens::GetLensTypeDesc(LF_UNKNOWN, NULL)) {
+        UFArray(name, lfLens::GetLensTypeDesc(LF_UNKNOWN, NULL)) {
         for (lfLensType type = LF_UNKNOWN; ; type = lfLensType(type + 1)) {
             const char *typeName = lfLens::GetLensTypeDesc(type, NULL);
             if (typeName == NULL)
@@ -675,15 +675,15 @@
     double crop_factor = 1.0;
     int count = sscanf(model, "Crop factor %lf", &crop_factor);
     if ((strcmp(make, "Generic") == 0 && count == 1) ||
-        (strcmp(make, "") == 0 && strcmp(model, "") == 0)) {
+            (strcmp(make, "") == 0 && strcmp(model, "") == 0)) {
         lfLens cropLens;
         cropLens.SetMaker(make);
         cropLens.SetModel(model);
         cropLens.CropFactor = crop_factor;
         cropLens.MinFocal = 1.0;
-       cropLens.MaxFocal = 800.0;
-       UFArray &LensGeometry = (*this)[ufLensGeometry];
-       cropLens.Type = lfLensType(LensGeometry.Index());
+        cropLens.MaxFocal = 800.0;
+        UFArray &LensGeometry = (*this)[ufLensGeometry];
+        cropLens.Type = lfLensType(LensGeometry.Index());
         Interpolation = cropLens;
     } else {
         const lfLens **lensList = LensDB()->FindLenses(&Camera,

Index: uf_gtk.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/uf_gtk.cc,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- uf_gtk.cc   11 Aug 2011 02:39:03 -0000      1.27
+++ uf_gtk.cc   22 Aug 2011 15:30:14 -0000      1.28
@@ -578,9 +578,9 @@
         _UFWidgetData &data = _ufarray_widget_data(array);
         gtk_widget_set_size_request(combo, 50, -1);
         data.gobject[0] = G_OBJECT(combo);
-       UFGroupList list = array.List();
-       for (UFGroupList::iterator iter = list.begin();
-             iter != list.end(); iter++) {
+        UFGroupList list = array.List();
+        for (UFGroupList::iterator iter = list.begin();
+                iter != list.end(); iter++) {
             gtk_combo_box_append_text(GTK_COMBO_BOX(combo),
                                       _((*iter)->StringValue()));
         }


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to