[gimp] web-page: Convert tabs to spaces



commit 6c353096bb73370fcaf57d4d3e7d3fd0d5fd2098
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Mar 31 09:24:01 2011 +0530

    web-page: Convert tabs to spaces

 plug-ins/common/web-page.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/common/web-page.c b/plug-ins/common/web-page.c
index 6893074..78bd459 100644
--- a/plug-ins/common/web-page.c
+++ b/plug-ins/common/web-page.c
@@ -169,7 +169,7 @@ run (const gchar      *name,
   if (status == GIMP_PDB_SUCCESS)
     {
       if (run_mode == GIMP_RUN_INTERACTIVE)
-	gimp_display_new (image_id);
+        gimp_display_new (image_id);
 
       /* set return values */
       *nreturn_vals = 2;
@@ -260,8 +260,8 @@ webpage_dialog (void)
   gtk_widget_show (label);
 
   spinbutton = gimp_spin_button_new (&adjustment, webpagevals.width,
-				     1, 8192,
-				     1, 10, 0, 1, 0);
+                                     1, 8192,
+                                     1, 10, 0, 1, 0);
   gtk_box_pack_start (GTK_BOX (hbox), spinbutton, FALSE, FALSE, 0);
   gtk_widget_show (spinbutton);
 
@@ -272,7 +272,7 @@ webpage_dialog (void)
       webpagevals.url = g_strdup (gtk_entry_get_text (GTK_ENTRY (entry)));
 
       webpagevals.width = (gint) gtk_adjustment_get_value
-	(GTK_ADJUSTMENT (adjustment));
+        (GTK_ADJUSTMENT (adjustment));
 
       ret = TRUE;
     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]