Index: trunk/psLib/src/image/psImageIO.h
===================================================================
--- trunk/psLib/src/image/psImageIO.h	(revision 1407)
+++ trunk/psLib/src/image/psImageIO.h	(revision 1440)
@@ -10,6 +10,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-07 00:06:06 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-09 23:34:58 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -27,8 +27,8 @@
 /** Read an image or subimage from a FITS file specified by a filename.
  *
- *  return psImage*         The image read from the specified file.  NULL
+ *  return psImage* The image read from the specified file.  NULL
  *                          signifies that a problem had occured.
  */
-psImage *psImageReadSection(psImage * output,
+psImage* psImageReadSection(psImage* output,
 
                             /**< the output psImage to recycle, or NULL if new psImage desired */
@@ -67,5 +67,5 @@
  *  return bool         TRUE is successful, otherwise FALSE.
  */
-bool psImageWriteSection(psImage * input,
+bool psImageWriteSection(psImage* input,
 
                          /**< the psImage to write */
