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/pop_c.tt

    r4163 r4326  
    88{
    99    psDB            *dbh;
    10     bool            status;
    1110[% FOREACH item = columns -%]
    1211[% IF item.ctype == "char*" -%]
     
    2221    }
    2322
    24     status = [% namespace %]Pop(dbh,
     23    if (![% namespace %]Pop(dbh,
    2524[%- SET i = 0 -%]
    2625[% FOREACH item = columns -%]
    2726[% IF i == 0 %][% i = 1 %][% ELSE %], [% END -%]
    2827&[% item.name -%]
    29 [% END %]);
    30     if (!status) {
     28[% END %])) {
    3129        exit(EXIT_FAILURE);
    3230    }
Note: See TracChangeset for help on using the changeset viewer.