Index: trunk/archive/pslib/include/psImage.h
===================================================================
--- trunk/archive/pslib/include/psImage.h	(revision 1537)
+++ trunk/archive/pslib/include/psImage.h	(revision 1576)
@@ -13,15 +13,16 @@
     const int x0, y0;			///< data region relative to parent 
     union {
-	psS8  **S8;			///< Pointers to char data
-	psS16 **S16;			///< Pointers to short-integer data
-	psS32 **S32;			///< Pointers to integer data
-	psS64 **S64;			///< Pointers to long-integer data
-	psU8  **U8;			///< Pointers to unsigned-char data
-	psU16 **U16;			///< Pointers to unsigned-short-integer data
-	psU32 **U32;			///< Pointers to unsigned-integer data
-	psU64 **U64;			///< Pointers to unsigned-long-integer data
-	psF32 **F32;			///< Pointers to floating-point data
-	psF64 **F64;			///< Pointers to double-precision data
-	psC32 **C32;			///< Pointers to complex floating-point data
+        psS8  **S8;                     ///< Pointers to char data
+        psS16 **S16;                    ///< Pointers to short-integer data
+        psS32 **S32;                    ///< Pointers to integer data
+        psS64 **S64;                    ///< Pointers to long-integer data
+        psU8  **U8;                     ///< Pointers to unsigned-char data
+        psU16 **U16;                    ///< Pointers to unsigned-short-integer data
+        psU32 **U32;                    ///< Pointers to unsigned-integer data
+        psU64 **U64;                    ///< Pointers to unsigned-long-integer data
+        psF32 **F32;                    ///< Pointers to floating-point data
+        psF64 **F64;                    ///< Pointers to double-precision data
+        psC32 **C32;                    ///< Pointers to complex floating-point data
+        psC64 **C64;                    ///< Pointers to complex floating-point data
     } data;
     const struct psImage *parent;	///< parent, if a subimage 
