[gvfs] afp: replace some tabs with spaces



commit 0f7c6f8795cb43467d7401bc52e24fb90da8d79e
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date:   Sun Aug 14 15:40:05 2011 +0200

    afp: replace some tabs with spaces

 daemon/gvfsafpserver.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/daemon/gvfsafpserver.c b/daemon/gvfsafpserver.c
index 2a31d46..ca1ff20 100644
--- a/daemon/gvfsafpserver.c
+++ b/daemon/gvfsafpserver.c
@@ -738,10 +738,10 @@ do_login (GVfsAfpServer *afp_serv,
       return dhx_login (afp_serv, username, password, cancellable, error); 
 #endif
 
-	g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
-	             _("Login to AFP server %s failed (no suitable authentication mechanism found)"),
-	             afp_serv->server_name);
-	return FALSE;
+    g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
+                 _("Login to AFP server %s failed (no suitable authentication mechanism found)"),
+                 afp_serv->server_name);
+    return FALSE;
   }
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]