changeset 228:1962b236d596

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 Jan 2020 11:13:08 +0200
parents 2b3d5d49086d
children 080219f105ce
files sidlib.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sidlib.c	Fri Jan 03 11:12:03 2020 +0200
+++ b/sidlib.c	Fri Jan 03 11:13:08 2020 +0200
@@ -243,7 +243,7 @@
             "Error allocating PSID context struct.\n");
         return FALSE;
     }
-    
+
     (*ppsid)->allocated = TRUE;
 
     return sidlib_read_sid_file(ctx, *ppsid, newSLDB);
@@ -257,7 +257,7 @@
         th_free(psid->sidName);
         th_free(psid->sidAuthor);
         th_free(psid->sidCopyright);
-        
+
         if (psid->allocated)
             th_free(psid);
     }