From f0f39cb2a77683658a3b7c5a29a300dd79fae31e Mon Sep 17 00:00:00 2001 From: Ilia Maslakov Date: Mon, 26 Mar 2012 10:12:24 +0400 Subject: [PATCH] code indentation Signed-off-by: Ilia Maslakov --- src/filemanager/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filemanager/file.c b/src/filemanager/file.c index 74c96f51b..42cf3199d 100644 --- a/src/filemanager/file.c +++ b/src/filemanager/file.c @@ -330,7 +330,7 @@ check_hardlinks (const vfs_path_t * src_vpath, const vfs_path_t * dst_vpath, str lnk->dev = dev; lnk->src_vpath = vfs_path_clone (src_vpath); lnk->dst_vpath = vfs_path_clone (dst_vpath); - linklist = g_slist_prepend (linklist, lnk); + linklist = g_slist_prepend (linklist, lnk); } return FALSE; -- 2.11.4.GIT