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

    r16253 r17611  
    460460
    461461    if (!diffSkyfileInsert(config->dbh,
    462                            (psS64)atoll(diff_id),
    463                            uri,
    464                            path_base,
    465                            bg,
    466                            bg_stdev,
    467                            dtime_diff,
    468                            hostname,
    469                            good_frac,
    470                            code
    471           )) {
     462               (psS64)atoll(diff_id),
     463               uri,
     464               path_base,
     465               bg,
     466               bg_stdev,
     467               dtime_diff,
     468               hostname,
     469               good_frac,
     470               code
     471      )) {
    472472        if (!psDBRollback(config->dbh)) {
    473473            psError(PS_ERR_UNKNOWN, false, "database error");
Note: See TracChangeset for help on using the changeset viewer.