[gvfs] afp: small indenting fixes
- From: Christian Kellner <gicmo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] afp: small indenting fixes
- Date: Thu, 25 Aug 2011 19:28:41 +0000 (UTC)
commit 6e9e3486be852d93152ec622fbf9b9c03086ee71
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date: Fri Aug 5 01:12:03 2011 +0200
afp: small indenting fixes
daemon/gvfsbackendafp.c | 10 +++++-----
daemon/gvfsbackendafpbrowse.c | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/daemon/gvfsbackendafp.c b/daemon/gvfsbackendafp.c
index 0f5e2b1..3518d00 100644
--- a/daemon/gvfsbackendafp.c
+++ b/daemon/gvfsbackendafp.c
@@ -66,19 +66,19 @@ static const gint32 ENUMERATE_MAX_REPLY_SIZE = G_MAXINT32;
struct _GVfsBackendAfpClass
{
- GVfsBackendClass parent_class;
+ GVfsBackendClass parent_class;
};
struct _GVfsBackendAfp
{
- GVfsBackend parent_instance;
+ GVfsBackend parent_instance;
- GNetworkAddress *addr;
+ GNetworkAddress *addr;
char *volume;
- char *user;
+ char *user;
GVfsAfpServer *server;
-
+
gint32 time_diff;
guint16 vol_attrs_bitmap;
guint16 volume_id;
diff --git a/daemon/gvfsbackendafpbrowse.c b/daemon/gvfsbackendafpbrowse.c
index 549424e..5b8b80d 100644
--- a/daemon/gvfsbackendafpbrowse.c
+++ b/daemon/gvfsbackendafpbrowse.c
@@ -44,7 +44,7 @@
struct _GVfsBackendAfpBrowseClass
{
- GVfsBackendClass parent_class;
+ GVfsBackendClass parent_class;
};
struct _GVfsBackendAfpBrowse
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]