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/sys/psError.c

    r1406 r1407  
     1
    12/** @file  psError.c
    23 *
     
    1011 *  @author Eric Van Alst, MHPCC
    1112 *   
    12  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-08-06 22:34:05 $
     13 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-08-07 00:06:06 $
    1415 *
    1516 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1718
    1819/******************************************************************************/
     20
    1921/*  INCLUDE FILES                                                             */
     22
    2023/******************************************************************************/
    2124#include <stdarg.h>
     
    2427
    2528/******************************************************************************/
     29
    2630/*  DEFINE STATEMENTS                                                         */
     31
    2732/******************************************************************************/
    2833
     
    3035
    3136/******************************************************************************/
     37
    3238/*  TYPE DEFINITIONS                                                          */
     39
    3340/******************************************************************************/
    3441
     
    3643
    3744/*****************************************************************************/
     45
    3846/*  GLOBAL VARIABLES                                                         */
     47
    3948/*****************************************************************************/
    4049
     
    4251
    4352/*****************************************************************************/
     53
    4454/*  FILE STATIC VARIABLES                                                    */
     55
    4556/*****************************************************************************/
    4657
     
    4859
    4960/*****************************************************************************/
     61
    5062/*  FUNCTION IMPLEMENTATIONS - LOCAL                                         */
     63
    5164/*****************************************************************************/
    5265
     
    5467
    5568/*****************************************************************************/
     69
    5670/* FUNCTION IMPLEMENTATIONS - PUBLIC                                         */
     71
    5772/*****************************************************************************/
    5873
    59 void psError(const char *name,const char *fmt, ...)
     74void psError(const char *name, const char *fmt, ...)
    6075{
    61     va_list    argPtr;        // variable list arguement pointer
     76    va_list argPtr;             // variable list arguement pointer
    6277
    63     // Get the variable list parameters  to pass to logging function
     78    // Get the variable list parameters to pass to logging function
    6479    va_start(argPtr, fmt);
    6580
     
    7085    va_end(argPtr);
    7186}
    72 
Note: See TracChangeset for help on using the changeset viewer.