diff src/trash.c @ 995:6ca2c5fd7b13

Whitespaces cleanup.
author zas_
date Mon, 25 Aug 2008 22:20:45 +0000
parents d6a7fb4b8e7c
children 1646720364cf
line wrap: on
line diff
--- a/src/trash.c	Mon Aug 25 18:13:33 2008 +0000
+++ b/src/trash.c	Mon Aug 25 22:20:45 2008 +0000
@@ -37,8 +37,8 @@
 	gint warned = FALSE;
 	FileData *dir_fd;
 
-    	dir_fd = file_data_new_simple(options->file_ops.safe_delete_path);
-	if (!filelist_read(dir_fd, &list, NULL)) 
+	dir_fd = file_data_new_simple(options->file_ops.safe_delete_path);
+	if (!filelist_read(dir_fd, &list, NULL))
 		{
 		file_data_unref(dir_fd);
 		return 0;