[sound-juicer] Fix misleading indentation



commit 29e0e6b6c5638571a694c6b8faf445949e16d9ab
Author: Phillip Wood <phillip wood dunelm org uk>
Date:   Fri Oct 7 18:50:18 2016 +0100

    Fix misleading indentation
    
    Found with -Wmisleading-indentation.

 src/sj-play.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/sj-play.c b/src/sj-play.c
index 0356388..e0bc2c6 100644
--- a/src/sj-play.c
+++ b/src/sj-play.c
@@ -405,7 +405,7 @@ void toggle_play ()
     if (!gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (track_store),
                                           &current_iter, NULL, seek_to_track))
         return;
-       set_gst_ui_and_play ();
+    set_gst_ui_and_play ();
   } else if (setup (&err)) {
        current_track = -1;
        cb_hop_track (NULL,NULL,NULL);


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