[Xfce4-commits] r29182 - xfce4-mixer/branches/xfce_4_4/panel-plugin

Danny Milosavljevic dannym at xfce.org
Sun Jan 11 22:44:30 CET 2009


Author: dannym
Date: 2009-01-11 21:44:30 +0000 (Sun, 11 Jan 2009)
New Revision: 29182

Modified:
   xfce4-mixer/branches/xfce_4_4/panel-plugin/mixer-slider-tiny.gob
   xfce4-mixer/branches/xfce_4_4/panel-plugin/xfce-mixer-slider-tiny.c
Log:
fix source indentation.

Modified: xfce4-mixer/branches/xfce_4_4/panel-plugin/mixer-slider-tiny.gob
===================================================================
--- xfce4-mixer/branches/xfce_4_4/panel-plugin/mixer-slider-tiny.gob	2009-01-11 21:11:34 UTC (rev 29181)
+++ xfce4-mixer/branches/xfce_4_4/panel-plugin/mixer-slider-tiny.gob	2009-01-11 21:44:30 UTC (rev 29182)
@@ -119,7 +119,7 @@
 	}
 
 	/* returns the volume in range 0..100, given a coordinate in the widget. */
-        protected int figure_out_volume(self, GtkWidget *widget, int y) {
+	protected int figure_out_volume(self, GtkWidget *widget, int y) {
 		int	sy; /* size in pixels. */
 
 		sy = widget->allocation.height; /* size */
@@ -139,7 +139,7 @@
 			y = 100;
 		}
 		return y;
-        }
+	}
 
 	protected gboolean motion_cb (self, GdkEventMotion *m, GtkWidget *widget)
 	{
@@ -172,8 +172,8 @@
 	}
 
 	override (Xfce:Mixer:Control) void
-        vcname_changed (Xfce:Mixer:Control *pself (check null type))
-        {
+	vcname_changed (Xfce:Mixer:Control *pself (check null type))
+	{
 		Self *self;
 		char *sanename;
 		PARENT_HANDLER (pself);

Modified: xfce4-mixer/branches/xfce_4_4/panel-plugin/xfce-mixer-slider-tiny.c
===================================================================
--- xfce4-mixer/branches/xfce_4_4/panel-plugin/xfce-mixer-slider-tiny.c	2009-01-11 21:11:34 UTC (rev 29181)
+++ xfce4-mixer/branches/xfce_4_4/panel-plugin/xfce-mixer-slider-tiny.c	2009-01-11 21:44:30 UTC (rev 29182)
@@ -328,7 +328,7 @@
 			y = 100;
 		}
 		return y;
-        }}
+	}}
 #line 333 "xfce-mixer-slider-tiny.c"
 #undef __GOB_FUNCTION__
 




More information about the Xfce4-commits mailing list