diff src/dmlib.h @ 1102:e06abfde6c39

Cosmetics pass: Remove excess whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Mar 2015 23:22:36 +0200
parents 509e6ed3a24e
children f8e9f6b2a41a
line wrap: on
line diff
--- a/src/dmlib.h	Tue Mar 03 22:32:34 2015 +0200
+++ b/src/dmlib.h	Tue Mar 03 23:22:36 2015 +0200
@@ -56,7 +56,7 @@
     DMERR_OUT_OF_DATA,
     DMERR_EXTRA_DATA,
     DMERR_BOUNDS,
-    
+
     DMERR_DATA_ERROR,   // Data decoding/encoding/parsing error
 
     // PACK-file subsystem
@@ -195,9 +195,9 @@
     DMD_NONE        = 0x0000,
     DMD_TRANSPARENT = 0x0001,
     DMD_SATURATE    = 0x0002,
- 
+
     DMD_ANTIALIAS   = 0x0004,
-    
+
     DMD_NMODES      = 6
 };
 
@@ -207,7 +207,7 @@
 {
     DMD_8BIT = 0,
     DMD_32BIT,
-    
+
     DMD_NBITDEPTHS
 };