IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2004, 12:34:06 PM (22 years ago)
Author:
desonia
Message:

astyle fixed?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psList.c

    r1227 r1406  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-07-15 22:17:03 $
     8 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-08-06 22:34:05 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2828
    2929testDescription tests[] = {
    30                               {testListAlloc,487,"psListAlloc",0,false},
    31                               {testListAdd,488,"psListAdd",0,false},
    32                               {testListGet,489,"psListGet",0,false},
    33                               {testListRemove,490,"psListRemove",0,false},
    34                               {testListConvert,491,"psListConvert",0,false},
    35                               {testListIterator,494,"psListIterator",0,false},
    36                               {testListFree,627,"psListFree",0,false},
    37                               {testListSort,624,"psListSort",0,false},
    38                               {NULL}
     30                              {
     31                                  testListAlloc,487,"psListAlloc",0,false
     32                              },
     33                              {
     34                                  testListAdd,488,"psListAdd",0,false
     35                              },
     36                              {
     37                                  testListGet,489,"psListGet",0,false
     38                              },
     39                              {
     40                                  testListRemove,490,"psListRemove",0,false
     41                              },
     42                              {
     43                                  testListConvert,491,"psListConvert",0,false
     44                              },
     45                              {
     46                                  testListIterator,494,"psListIterator",0,false
     47                              },
     48                              {
     49                                  testListFree,627,"psListFree",0,false
     50                              },
     51                              {
     52                                  testListSort,624,"psListSort",0,false
     53                              },
     54                              {
     55                                  NULL
     56                              }
    3957                          };
    4058
Note: See TracChangeset for help on using the changeset viewer.