changeset 681:81d1a3f53b87

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Mar 2020 19:47:21 +0200
parents 39c82d877251
children 527a4d29d384
files th_ioctx_mem.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_ioctx_mem.c	Wed Mar 04 19:47:11 2020 +0200
+++ b/th_ioctx_mem.c	Wed Mar 04 19:47:21 2020 +0200
@@ -144,7 +144,7 @@
     // Check for EOF
     if (!th_mem_realloc(ctx, ctx->memOffset + 1))
         return EOF;
-    
+
     ctx->memData[ctx->memOffset++] = ch;
     return ch;
 }