IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2008, 11:28:36 AM (18 years ago)
Author:
jhoblitt
Message:

convert tabs to whitespaces

File:
1 edited

Legend:

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

    r16674 r17611  
    197197    if (pretend) {
    198198        // negative simple so the default is true
    199         for (int i = 0; i < output->n; i++) {
    200             psMetadata *md = output->data[i];
    201             psMetadataConfigPrint (stdout, md);
    202         }
     199    for (int i = 0; i < output->n; i++) {
     200        psMetadata *md = output->data[i];
     201        psMetadataConfigPrint (stdout, md);
     202    }
    203203//        if (!rawExpPrintObjects(stdout, output, !simple)) {
    204204//            psError(PS_ERR_UNKNOWN, false, "failed to print array");
Note: See TracChangeset for help on using the changeset viewer.