[gnome-settings-daemon] media-keys: More indentation fixes



commit 5110f16cbc6dfbe0d0e48aadf5eaf1b44dc5559a
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Apr 16 18:25:32 2012 +0100

    media-keys: More indentation fixes

 plugins/media-keys/gsd-osd-window.c |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/plugins/media-keys/gsd-osd-window.c b/plugins/media-keys/gsd-osd-window.c
index 0da24bb..add8cb3 100644
--- a/plugins/media-keys/gsd-osd-window.c
+++ b/plugins/media-keys/gsd-osd-window.c
@@ -682,11 +682,11 @@ draw_speaker (cairo_t *cr,
 
 static gboolean
 render_speaker (GsdOsdWindow *window,
-                cairo_t            *cr,
-                double              _x0,
-                double              _y0,
-                double              width,
-                double              height)
+                cairo_t      *cr,
+                double        _x0,
+                double        _y0,
+                double        width,
+                double        height)
 {
         GdkPixbuf         *pixbuf;
         const char        *icon_name;
@@ -716,12 +716,12 @@ render_speaker (GsdOsdWindow *window,
 
 static void
 draw_volume_boxes (GsdOsdWindow *window,
-                   cairo_t            *cr,
-                   double              percentage,
-                   double              _x0,
-                   double              _y0,
-                   double              width,
-                   double              height)
+                   cairo_t      *cr,
+                   double        percentage,
+                   double        _x0,
+                   double        _y0,
+                   double        width,
+                   double        height)
 {
         gdouble   x1;
         GtkStyleContext *context;
@@ -753,7 +753,7 @@ draw_volume_boxes (GsdOsdWindow *window,
 
 static void
 draw_action_volume (GsdOsdWindow *window,
-                    cairo_t            *cr)
+                    cairo_t      *cr)
 {
         int window_width;
         int window_height;



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