# HG changeset patch # User zas_ # Date 1209037226 0 # Node ID e21da52016c864d0c4d39ae6d26a530fb12edfe0 # Parent 809bcb660781a8331fe3df71b4346cb3c1ad6fa0 Indentation fix. diff -r 809bcb660781 -r e21da52016c8 src/view_dir.c --- a/src/view_dir.c Thu Apr 24 09:50:37 2008 +0000 +++ b/src/view_dir.c Thu Apr 24 11:40:26 2008 +0000 @@ -698,9 +698,9 @@ } static void vd_dnd_drop_receive(GtkWidget *widget, - GdkDragContext *context, gint x, gint y, - GtkSelectionData *selection_data, guint info, - guint time, gpointer data) + GdkDragContext *context, gint x, gint y, + GtkSelectionData *selection_data, guint info, + guint time, gpointer data) { ViewDir *vd = data; GtkTreePath *tpath;