Remove whitespace between function name and first parenthesis for the sake of consist...
[geeqie.git] / src / view_dir_tree.c
index de9089b..6076d9f 100644 (file)
@@ -57,8 +57,8 @@ static void set_cursor(GtkWidget *widget, GdkCursorType cursor_type)
 
        if (!widget || !widget->window) return;
 
-       if (cursor_type > -1) cursor = gdk_cursor_new (cursor_type);
-       gdk_window_set_cursor (widget->window, cursor);
+       if (cursor_type > -1) cursor = gdk_cursor_new(cursor_type);
+       gdk_window_set_cursor(widget->window, cursor);
        if (cursor) gdk_cursor_unref(cursor);
        gdk_flush();
 }