[snappy] ui: style fixes
- From: Luis de Bethencourt <luisbg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [snappy] ui: style fixes
- Date: Sun, 6 Oct 2013 23:10:11 +0000 (UTC)
commit 961fe04b0b98af67fb1fc203b717c7b5e9d90427
Author: Luis de Bethencourt <luis debethencourt com>
Date: Sun Oct 6 19:10:00 2013 -0400
ui: style fixes
src/user_interface.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/user_interface.c b/src/user_interface.c
index ccd5987..97deb18 100644
--- a/src/user_interface.c
+++ b/src/user_interface.c
@@ -438,13 +438,13 @@ event_cb (ClutterStage * stage, ClutterEvent * event, UserInterface * ui)
}
case CLUTTER_o:
- {
- // switch display to time left of the stream
- ui->duration_str_fwd_direction = !ui->duration_str_fwd_direction;
+ {
+ // switch display to time left of the stream
+ ui->duration_str_fwd_direction = !ui->duration_str_fwd_direction;
handled = TRUE;
- break;
- }
+ break;
+ }
case CLUTTER_less:
{
@@ -544,8 +544,8 @@ event_cb (ClutterStage * stage, ClutterEvent * event, UserInterface * ui)
cycle_streams (ui->engine, STREAM_VIDEO);
} else if (actor == ui->control_pos) {
- ui->duration_str_fwd_direction = !ui->duration_str_fwd_direction;
- }
+ ui->duration_str_fwd_direction = !ui->duration_str_fwd_direction;
+ }
}
handled = TRUE;
@@ -1037,7 +1037,7 @@ progress_update_text (gpointer data)
duration_str = g_strdup_printf (" %s | %s",
position_ns_to_str (ui, pos), ui->duration_str);
- g_print("%s\n", duration_str);
+ g_print ("%s\n", duration_str);
clutter_text_set_text (CLUTTER_TEXT (ui->control_pos), duration_str);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]