From bcb3deb0d2a0aa7b5d3abfec659771830a3bb5fb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 1 Apr 2013 09:40:18 +0000 Subject: [PATCH] removed useless whitespace --- src/ui_sensorlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.7.4