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

    r4169 r4326  
    11psDB *[% namespace %]Init(const char *host, const char *user, const char *passwd, const char *dbname)
    22{
    3     psDB            *dbh;
    4 
    5     dbh = psDBInit(host, user, passwd, dbname);
    6 
    7     return dbh;
     3    return psDBInit(host, user, passwd, dbname);
    84}
Note: See TracChangeset for help on using the changeset viewer.