removed useless whitespace
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 1 Apr 2013 09:40:18 +0000 (09:40 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 1 Apr 2013 09:40:18 +0000 (09:40 +0000)
src/ui_sensorlist.c

index 3de10f7..42b7af6 100644 (file)
@@ -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)))