changeset 58:5ea07110f0cf

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 26 Dec 2015 22:57:23 +0200
parents c10c79c266d3
children 718cdb563531
files sidinfo.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Sat Dec 26 20:02:13 2015 +0200
+++ b/sidinfo.c	Sat Dec 26 22:57:23 2015 +0200
@@ -125,7 +125,7 @@
             n = 0;
         }
     }
-    
+
     printf("Example: %s -x -p -f hash,copyright somesidfile.sid\n", th_prog_name);
 }
 
@@ -277,7 +277,7 @@
     PSF_CLOCK_NTSC    = 0x0008,
     PSF_CLOCK_ANY     = 0x000c,
     PSF_CLOCK_MASK    = 0x000c,
-    
+
     PSF_MODEL_UNKNOWN = 0x0000, // SID model (v2NG)
     PSF_MODEL_MOS6581 = 0x0010,
     PSF_MODEL_MOS8580 = 0x0020,
@@ -382,7 +382,7 @@
                 THERR("Error reading song data, unexpectedly small file.\n");
                 goto error;
             }
-            
+
             // Grab the actual load address
             psid->loadAddress = TH_LE16_TO_NATIVE(*(uint16_t *) fileData);