diff src/view_dir.c @ 512:f9bf33be53ff

Remove whitespace between function name and first parenthesis for the sake of consistency.
author zas_
date Thu, 24 Apr 2008 12:23:02 +0000
parents e21da52016c8
children fd4208f8b5f3
line wrap: on
line diff
--- a/src/view_dir.c	Thu Apr 24 11:40:26 2008 +0000
+++ b/src/view_dir.c	Thu Apr 24 12:23:02 2008 +0000
@@ -670,8 +670,8 @@
 		}
 	if (uritext)
 		{
-		gtk_selection_data_set (selection_data, selection_data->target,
-				8, (guchar *)uritext, length);
+		gtk_selection_data_set(selection_data, selection_data->target,
+				       8, (guchar *)uritext, length);
 		g_free(uritext);
 		}
 }