IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2005, 2:54:17 PM (21 years ago)
Author:
jhoblitt
Message:

factor out intermediate value variables where it doesn't impact readability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/insertobject_c.tt

    r4192 r4326  
    88{
    99    psDB            *dbh;
    10     bool            status;
    1110    [% indented(object_name, "*object") %];
    1211
     
    2625    }
    2726
    28     status = [% namespace %]InsertObject(dbh, object);
    29     if (!status) {
     27    if (![% namespace %]InsertObject(dbh, object)) {
    3028        exit(EXIT_FAILURE);
    3129    }
Note: See TracChangeset for help on using the changeset viewer.