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



commit 658f92415411a7b886ef4cf713aa8b22860b1822
Author: Lucas Rocha <lucasr lucasr org>
Date:   Mon Jul 18 23:23:11 2011 +0100

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

 src/tb/tb-sound-recorder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tb/tb-sound-recorder.c b/src/tb/tb-sound-recorder.c
index aacf306..449da52 100644
--- a/src/tb/tb-sound-recorder.c
+++ b/src/tb/tb-sound-recorder.c
@@ -375,7 +375,7 @@ tb_sound_recorder_set_property (GObject      *gobject,
     {
     case PROP_URI:
       tb_sound_recorder_set_uri (TB_SOUND_RECORDER (gobject),
-                                      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]