aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-vfs-stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-vfs-stream.c')
-rw-r--r--mail/em-vfs-stream.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/em-vfs-stream.c b/mail/em-vfs-stream.c
index 6b528772f0..290ea86a4d 100644
--- a/mail/em-vfs-stream.c
+++ b/mail/em-vfs-stream.c
@@ -42,7 +42,7 @@
#define LOG_STREAM
-#define d(x)
+#define d(x)
#define EMVS_CLASS(x) ((EMVFSStreamClass *)(((CamelObject *)(x))->klass))
@@ -293,7 +293,7 @@ CamelType
em_vfs_stream_get_type (void)
{
static CamelType type = CAMEL_INVALID_TYPE;
-
+
if (type == CAMEL_INVALID_TYPE) {
parent_class = (CamelStreamClass *)camel_seekable_stream_get_type();
type = camel_type_register ((CamelType)parent_class,
@@ -305,17 +305,17 @@ em_vfs_stream_get_type (void)
(CamelObjectInitFunc) em_vfs_stream_init,
(CamelObjectFinalizeFunc) em_vfs_stream_finalize);
}
-
+
return type;
}
/**
* emvfs_stream_new:
- * @handle:
- *
+ * @handle:
+ *
* Create a new camel stream from a GnomeVFS handle. The camel stream
* will own the handle from now on.
- *
+ *
* Return value: A CamelStream that will talk to @handle. This function cannot fail.
**/
EMVFSStream *