[epiphany] e-file-helpers: fix weird spacing
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] e-file-helpers: fix weird spacing
- Date: Mon, 2 Apr 2012 06:22:11 +0000 (UTC)
commit 76219bb62558233c1e06d9274fbcc695654e2512
Author: Diego Escalante Urrelo <diegoe igalia com>
Date: Sun Apr 1 21:27:22 2012 -0500
e-file-helpers: fix weird spacing
lib/ephy-file-helpers.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
index b0f4e8a..bc69401 100644
--- a/lib/ephy-file-helpers.c
+++ b/lib/ephy-file-helpers.c
@@ -901,7 +901,7 @@ ephy_file_delete_dir_recursively (GFile *directory, GError **error)
if (type == G_FILE_TYPE_DIRECTORY)
ret = ephy_file_delete_dir_recursively (child, error);
else if (type == G_FILE_TYPE_REGULAR)
- ret = g_file_delete (child, NULL, error);
+ ret = g_file_delete (child, NULL, error);
g_object_unref (info);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]