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/collections/psList.h

    r1440 r1441  
    11#if !defined(PS_LIST_H)
    2 #    define PS_LIST_H
     2#define PS_LIST_H
    33
    44/** @file psList.h
     
    1010 *  @ingroup LinkedList
    1111 *
    12  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-08-09 23:34:57 $
     12 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-08-09 23:40:55 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1616 */
    1717
    18 #    include <pthread.h>                   // we need a mutex to make this stuff thread safe.
    19 #    include <stdbool.h>                   // we use the bool type.
     18#include <pthread.h>                   // we need a mutex to make this stuff thread safe.
     19#include <stdbool.h>                   // we use the bool type.
    2020
    21 #    include "psCompare.h"
    22 #    include "psArray.h"
     21#include "psCompare.h"
     22#include "psArray.h"
    2323
    2424/** @addtogroup LinkedList
Note: See TracChangeset for help on using the changeset viewer.