changeset 1041:d0f80f6a0c65

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 17:17:52 +0200
parents ebabf5aefb76
children c71fcf44b678
files src/dmres.c tools/packed.c
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmres.c	Sun Mar 01 17:17:36 2015 +0200
+++ b/src/dmres.c	Sun Mar 01 17:17:52 2015 +0200
@@ -32,8 +32,8 @@
     node->lib = lib;
     node->filename = dm_strdup(filename);
     node->rawSize = size;
-    
     node->flags = flags;
+
     return node;
 }
 
--- a/tools/packed.c	Sun Mar 01 17:17:36 2015 +0200
+++ b/tools/packed.c	Sun Mar 01 17:17:52 2015 +0200
@@ -265,7 +265,8 @@
 
 
 int dmPackAddFile(DMPackFile * pack, const char *filename,
-    const Uint32 flags, const BOOL compress, int level, DMPackEntry ** ppEntry)
+    const Uint32 flags, const BOOL compress, int level,
+    DMPackEntry ** ppEntry)
 {
     Uint64 startOffs, outSize;
     Uint8 *inBuffer = NULL, *outBuffer = NULL;