[gvfs] [FTP] indentation fixes



commit 1ef4f0d82da583c97c93052b6e4ccc632351746d
Author: Benjamin Otte <otte gnome org>
Date:   Fri Jun 12 10:40:39 2009 +0200

    [FTP] indentation fixes

 daemon/gvfsbackendftp.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/daemon/gvfsbackendftp.h b/daemon/gvfsbackendftp.h
index 99134e2..4e6b401 100644
--- a/daemon/gvfsbackendftp.h
+++ b/daemon/gvfsbackendftp.h
@@ -74,7 +74,7 @@ typedef struct _GVfsBackendFtpClass   GVfsBackendFtpClass;
 
 struct _GVfsBackendFtp
 {
-  GVfsBackend                backend;
+  GVfsBackend           backend;
 
   GSocketConnectable *  addr;
   GSocketClient *       connection_factory;
@@ -83,7 +83,7 @@ struct _GVfsBackendFtp
   char *                password;	        /* password or NULL for anonymous */
   char *                host_display_name;
 
-  GVfsFtpSystem                system;                 /* the system from the SYST response */
+  GVfsFtpSystem         system;                 /* the system from the SYST response */
   int                   features;               /* GVfsFtpFeatures that are supported */
   int                   workarounds;            /* GVfsFtpWorkarounds in use - int because it's atomic */
 
@@ -92,9 +92,9 @@ struct _GVfsBackendFtp
   GVfsFtpDirCache *     dir_cache;              /* directory cache */
 
   /* connection collection - accessed from gvfsftptask.c */
-  GMutex *                mutex;                  /* mutex protecting the following variables */
-  GCond *                cond;                   /* cond used to signal tasks waiting on the mutex */
-  GQueue *                queue;                  /* queue containing the connections */
+  GMutex *              mutex;                  /* mutex protecting the following variables */
+  GCond *               cond;                   /* cond used to signal tasks waiting on the mutex */
+  GQueue *              queue;                  /* queue containing the connections */
   guint                	connections;            /* current number of connections */
   guint                 busy_connections;       /* current number of connections being used for reads/writes */
   guint                	max_connections;        /* upper server limit for number of connections - dynamically generated */



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