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

    r17589 r17611  
    574574        psFree(where);
    575575        if (whereClause) {
    576             psStringAppend(&query, " %s", whereClause);
    577             psFree(whereClause);
     576        psStringAppend(&query, " %s", whereClause);
     577        psFree(whereClause);
    578578        }
    579579    }
     
    701701        }
    702702        psError(PS_ERR_UNKNOWN, false, "database error");
    703         psFree(newExp);
     703    psFree(newExp);
    704704        return false;
    705705    }
     
    712712        }
    713713        psError(PS_ERR_UNKNOWN, false, "failed to change newExp.state for exp_id: %s", exp_id);
    714         psFree(newExp);
     714    psFree(newExp);
    715715        return false;
    716716    }
     
    725725        }
    726726
    727         psFree(newExp);
     727    psFree(newExp);
    728728        return true;
    729729    }
     
    736736                (psS64)atoll(exp_id),
    737737                workdir,
    738                 label,
     738            label,
    739739                reduction,
    740740                NULL, // expgroup
     
    748748        }
    749749        psError(PS_ERR_UNKNOWN, false, "failed to queue chipPendingExp");
    750         psFree(newExp);
     750    psFree(newExp);
    751751        return false;
    752752    }
     
    754754    if (!psDBCommit(config->dbh)) {
    755755        psError(PS_ERR_UNKNOWN, false, "database error");
    756         psFree(newExp);
     756    psFree(newExp);
    757757        return false;
    758758    }
     
    778778
    779779    if (!config->where) {
    780         config->where = psMetadataAlloc();
     780    config->where = psMetadataAlloc();
    781781    }
    782782
Note: See TracChangeset for help on using the changeset viewer.