From: Jean-Philippe Orsini Date: Mon, 1 Apr 2013 09:40:18 +0000 (+0000) Subject: removed useless whitespace X-Git-Tag: v0.8.0.5~117 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=bcb3deb0d2a0aa7b5d3abfec659771830a3bb5fb removed useless whitespace --- diff --git a/src/ui_sensorlist.c b/src/ui_sensorlist.c index 3de10f7..42b7af6 100644 --- a/src/ui_sensorlist.c +++ b/src/ui_sensorlist.c @@ -149,7 +149,7 @@ static int get_col_index_at_pos(GtkTreeView *view, int x) colx = 0; coli = 0; for (node = cols; node; node = node->next) { - checkcol = (GtkTreeViewColumn *) node->data; + checkcol = (GtkTreeViewColumn *)node->data; if (x >= colx && x < (colx + gtk_tree_view_column_get_width(checkcol)))