[Goodies-commits] r4609 - xfburn/trunk/xfburn

Mario Danic mario at xfce.org
Thu Apr 17 23:15:35 CEST 2008


Author: mario
Date: 2008-04-17 21:15:35 +0000 (Thu, 17 Apr 2008)
New Revision: 4609

Modified:
   xfburn/trunk/xfburn/xfburn-device-list.c
Log:
Done minor formatting changes

Modified: xfburn/trunk/xfburn/xfburn-device-list.c
===================================================================
--- xfburn/trunk/xfburn/xfburn-device-list.c	2008-04-17 20:54:40 UTC (rev 4608)
+++ xfburn/trunk/xfburn/xfburn-device-list.c	2008-04-17 21:15:35 UTC (rev 4609)
@@ -134,8 +134,8 @@
       speed = el->write_speed / factor;
       /* FIXME: why do we need no_speed_duplicate? */
       if (speed > 0 && no_speed_duplicate (device->supported_cdr_speeds, speed)) {
-	device->supported_cdr_speeds = g_slist_prepend (device->supported_cdr_speeds, GINT_TO_POINTER (speed));
-	DBG ("added speed: %d\n", speed);
+	      device->supported_cdr_speeds = g_slist_prepend (device->supported_cdr_speeds, GINT_TO_POINTER (speed));
+	      DBG ("added speed: %d\n", speed);
       } 
 
       el = el->next;




More information about the Goodies-commits mailing list