From 6e9e3486be852d93152ec622fbf9b9c03086ee71 Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Fri, 5 Aug 2011 01:12:03 +0200 Subject: afp: small indenting fixes --- daemon/gvfsbackendafp.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'daemon/gvfsbackendafp.c') diff --git a/daemon/gvfsbackendafp.c b/daemon/gvfsbackendafp.c index 0f5e2b1a..3518d004 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; -- cgit v1.2.1