[almanah] vfs: Fix coding style



commit cdcc14bf65cf0263a4ed07c4224fbdd1d76b3e96
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Dec 6 00:57:37 2016 +0000

    vfs: Fix coding style
    
    Add a missing space.

 src/vfs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vfs.c b/src/vfs.c
index cbcbca1..08a313a 100644
--- a/src/vfs.c
+++ b/src/vfs.c
@@ -192,7 +192,7 @@ _gpgme_write_cb (void *handle, const void *buffer, size_t size)
 
        memcpy (npm_closure->buffer + npm_closure->offset, buffer, size);
        npm_closure->offset += (gsize) size;
-       npm_closure->size = MAX(npm_closure->size, (gsize) npm_closure->offset);
+       npm_closure->size = MAX (npm_closure->size, (gsize) npm_closure->offset);
 
        return size;
 }


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