[the-board] [tb] Small indentation fix in tb-sound-player.c



commit 109bc6b756e89f92822691caf28d8a94e494fc6d
Author: Lucas Rocha <lucasr lucasr org>
Date:   Mon Jul 18 23:21:59 2011 +0100

    [tb] Small indentation fix in tb-sound-player.c

 src/tb/tb-sound-player.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tb/tb-sound-player.c b/src/tb/tb-sound-player.c
index 9943cae..b47ad34 100644
--- a/src/tb/tb-sound-player.c
+++ b/src/tb/tb-sound-player.c
@@ -609,7 +609,7 @@ tb_sound_player_set_property (GObject      *gobject,
 
     case PROP_URI:
       tb_sound_player_set_uri (player,
-                                    g_value_get_string (value));
+                               g_value_get_string (value));
       break;
 
     default:



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