IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8248


Ignore:
Timestamp:
Aug 8, 2006, 5:40:07 PM (20 years ago)
Author:
jhoblitt
Message:

minor code formatting

File:
1 edited

Legend:

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

    r8205 r8248  
    9898    PS_ASSERT_PTR_NON_NULL(config, NULL);
    9999
    100      char *query = "SELECT rawDetrendExp.* FROM rawDetrendExp LEFT JOIN detInputExp ON rawDetrendExp.exp_id = detInputExp.exp_id WHERE detInputExp.exp_id IS NULL";
     100     char *query = "SELECT rawDetrendExp.* FROM rawDetrendExp"
     101        " LEFT JOIN detInputExp ON rawDetrendExp.exp_id = detInputExp.exp_id"
     102        " WHERE detInputExp.exp_id IS NULL";
    101103
    102104    if (!p_psDBRunQuery(config->dbh, query)) {
Note: See TracChangeset for help on using the changeset viewer.