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/astro/psTime.h

    r1407 r1441  
    1313 *  @author Ross Harman, MHPCC
    1414 *
    15  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2004-08-07 00:06:06 $
     15 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2004-08-09 23:40:54 $
    1717 *
    1818 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2020
    2121#ifndef PSTIME_H
    22 #    define PSTIME_H
    23 
    24 #    include <time.h>
    25 #    include <sys/types.h>
    26 #    include <sys/time.h>
    27 
    28 #    include "psType.h"
     22#define PSTIME_H
     23
     24#include <time.h>
     25#include <sys/types.h>
     26#include <sys/time.h>
     27
     28#include "psType.h"
    2929
    3030/// @addtogroup Time
Note: See TracChangeset for help on using the changeset viewer.