Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24594

Modified Files:
        ufraw_preview.c 
Log Message:
Whitespace cleanup.


Index: ufraw_preview.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_preview.c,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -d -r1.268 -r1.269
--- ufraw_preview.c     21 Sep 2009 06:39:04 -0000      1.268
+++ ufraw_preview.c     22 Sep 2009 03:32:36 -0000      1.269
@@ -35,19 +35,16 @@
 #include <gtkimageview/gtkimagescrollwin.h>
 #include <gtkimageview/gtkimageview.h>
 #endif
-#if GTK_CHECK_VERSION(2,6,0)
+#if GTK_CHECK_VERSION(2, 6, 0)
 void ufraw_chooser_toggle(GtkToggleButton *button, GtkFileChooser 
*filechooser);
 #endif
 
 static void adjustment_update(GtkAdjustment *adj, double *valuep);
 static void button_update(GtkWidget *button, gpointer user_data);
 
[...1482 lines suppressed...]
 
     page = notebook_page_new(notebook, _("Base curve"), "base-curve");
@@ -5290,7 +5255,7 @@
     data->PageNumCrop = gtk_notebook_page_num(notebook, page);
     transformations_fill_interface(data, page);
 
-    if ( plugin==0  || plugin==3 ) {
+    if ( plugin==0 || plugin==3 ) {
        page = notebook_page_new(notebook, _("Save"), GTK_STOCK_SAVE_AS);
        save_fill_interface(data, page, plugin);
     }
@@ -5479,7 +5444,7 @@
     // and processes the event queue.
     preview_progress(previewWindow, _("Loading preview"), 0.2);
 #ifdef HAVE_GTKIMAGEVIEW
-#if !GTK_CHECK_VERSION(2,8,0)
+#if !GTK_CHECK_VERSION(2, 8, 0)
     /* There is a bug that causes the mouse location to be misplaced
      * in the event-box. The following voodoo seems to fix the mapping. */
     gtk_widget_set_size_request(scroll, preview_width+1, preview_height+1);


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to