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

    r4169 r4326  
    11bool [% namespace %]DropTable(psDB *dbh)
    22{
    3     bool            status;
    4 
    5     status = psDBDropTable(dbh, [% namespace FILTER upper %]_TABLE_NAME);
    6 
    7     return status;
     3    return psDBDropTable(dbh, [% namespace FILTER upper %]_TABLE_NAME);
    84}
Note: See TracChangeset for help on using the changeset viewer.