IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2005, 5:54:27 PM (21 years ago)
Author:
jhoblitt
Message:

code formatting

File:
1 edited

Legend:

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

    r4010 r4148  
    1111[%- SET i = 0 -%]
    1212[%- FOREACH item = columns -%]
    13     [%- IF i == 0 -%]
    14         [%- i = 1 -%]
    15 
    16     [%- ELSE -%]
    17 ,
    18     [%- END -%]
    19     [%- item.test %]
    20     [%- i = i + 1 -%]
     13    [%- IF i == 0 -%][%- i = 1 -%][%- ELSE -%], [% END -%] [%- item.test -%]
    2114[%- END -%]
    2215);
Note: See TracChangeset for help on using the changeset viewer.