IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4007


Ignore:
Timestamp:
May 20, 2005, 1:07:29 PM (21 years ago)
Author:
jhoblitt
Message:

format fix

File:
1 edited

Legend:

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

    r3928 r4007  
    1010[% FOREACH item = columns -%]
    1111[% IF i == 0 %][% i = 1 %][% ELSE %],[% END %]
    12     [% indented("$item.ctype", "$item.name") %]
     12    [% indented("$item.ctype", "$item.name") -%]
    1313[% i = i + 1 -%]
    14 [% END -%]
     14[% END %]
    1515);
    16 
    17 
Note: See TracChangeset for help on using the changeset viewer.