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/psTrace.c

    r1440 r1441  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-08-09 23:34:58 $
     12 *  @version $Revision: 1.17 $ $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
     
    3636#ifndef PS_NO_TRACE
    3737
    38 #    include <stdlib.h>
    39 #    include <stdio.h>
    40 #    include <string.h>
    41 #    include <stdarg.h>
    42 #    include "psMemory.h"
    43 #    include "psTrace.h"
    44 #    include "psString.h"
    45 #    include "psError.h"
     38#include <stdlib.h>
     39#include <stdio.h>
     40#include <string.h>
     41#include <stdarg.h>
     42#include "psMemory.h"
     43#include "psTrace.h"
     44#include "psString.h"
     45#include "psError.h"
    4646
    4747static p_psComponent* p_psCroot = NULL; // The root of the trace component
Note: See TracChangeset for help on using the changeset viewer.