From: Jean-Philippe Orsini Date: Mon, 25 Mar 2013 20:47:03 +0000 (+0000) Subject: fixed indentation X-Git-Tag: v0.8.0.5~148 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=646cca4ec91956f644870cc97c2720b4a0f555da fixed indentation --- diff --git a/src/ui_graph.c b/src/ui_graph.c index c2b5698..62cadb9 100644 --- a/src/ui_graph.c +++ b/src/ui_graph.c @@ -61,8 +61,8 @@ GtkWidget *ui_graph_create(struct ui_psensor *ui) gtk_widget_add_events(w_graph, GDK_BUTTON_PRESS_MASK); g_signal_connect(GTK_WIDGET(w_graph), - "button_press_event", - (GCallback) on_graph_clicked, ui); + "button_press_event", + (GCallback) on_graph_clicked, ui); return w_graph; }