IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2004, 1:40:55 PM (22 years ago)
Author:
desonia
Message:

fixed indent-madness concerning preprocessor directives.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psString.h

    r1407 r1441  
    1111 *  @author Eric Van Alst, MHPCC
    1212 *
    13  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-08-07 00:06:06 $
     13 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-08-09 23:40:55 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1818
    1919#ifndef PS_STRING_H
    20 #    define PS_STRING_H
     20#define PS_STRING_H
    2121
    2222/******************************************************************************/
     
    2727
    2828/** This macro will convert the arguement to a quoted string */
    29 #    define PS_STRING(S)  #S
     29#define PS_STRING(S)  #S
    3030
    3131/******************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.