IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2004, 2:06:06 PM (22 years ago)
Author:
desonia
Message:

another attempt to get astyle to get it right.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psError.h

    r974 r1407  
     1
    12/** @file  psError.h
    23 *
     
    1213 *  @author Eric Van Alst, MHPCC
    1314 *
    14  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-06-10 01:58:06 $
     15 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2004-08-07 00:06:06 $
    1617 *
    1718 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1920
    2021#ifndef PS_ERROR_H
    21 #define PS_ERROR_H
     22#    define PS_ERROR_H
    2223
    2324/** @addtogroup ErrorHandling
     
    3435 *
    3536 */
    36 void psError(
    37     const char *name,                   ///< Source of error such as file or function detected
    38     const char *fmt,                    ///< A printf style formatting statement defining msg
    39     ...
    40 );
     37void psError(const char *name,  // /< Source of error such as file or function detected
     38             const char *fmt,   // /< A printf style formatting statement defining msg
     39             ...
     40            );
    4141
    42 /* @} */  // End of SysUtils Functions
     42/* @} */// End of SysUtils Functions
    4343
    4444#endif
    45 
Note: See TracChangeset for help on using the changeset viewer.