IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6128


Ignore:
Timestamp:
Jan 21, 2006, 11:12:11 AM (20 years ago)
Author:
jhoblitt
Message:

whitespace

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/chiptool.c

    r6126 r6128  
    11#include <stdlib.h>
    2 # include "p2tools.h"
    32
    4 int main (int argc, char **argv) {
     3#include "p2tools.h"
     4
     5int main(int argc, char **argv) {
    56    p2Config        config;
    67
     
    8384            break;
    8485        default:
    85             psAbort (argv[0], "invalid option (this should not happen)");
     86            psAbort(argv[0], "invalid option (this should not happen)");
    8687    }
    8788
  • trunk/ippTools/src/pxadmin.c

    r6127 r6128  
    2929            break;
    3030        default:
    31             psAbort (argv[0], "invalid option (this should not happen)");
     31            psAbort(argv[0], "invalid option (this should not happen)");
    3232    }
    3333
Note: See TracChangeset for help on using the changeset viewer.