summaryrefslogtreecommitdiff
path: root/endless/eostopbar.c
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2014-01-17 18:34:00 -0200
committerPhilip Chimento <philip@endlessm.com>2014-01-17 18:34:00 -0200
commitc317a0c874c33872ca3c8d916393658ebefc390a (patch)
tree16f9f50026ab7732b106eea1c54f555bd9e30598 /endless/eostopbar.c
parentadd9956bde3185af9c9125278664c1006b884046 (diff)
Implement code review comments
Spacing fixes [endlessm/eos-sdk#477]
Diffstat (limited to 'endless/eostopbar.c')
-rw-r--r--endless/eostopbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/endless/eostopbar.c b/endless/eostopbar.c
index 8da01e6..6d98090 100644
--- a/endless/eostopbar.c
+++ b/endless/eostopbar.c
@@ -143,7 +143,7 @@ on_minimize_clicked_cb (GtkButton *button,
static void
on_maximize_clicked_cb (GtkButton *button,
- gpointer user_data)
+ gpointer user_data)
{
EosTopBar *self = EOS_TOP_BAR (user_data);
g_signal_emit (self, top_bar_signals[MAXIMIZE_CLICKED], 0);