IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2005, 2:05:31 PM (21 years ago)
Author:
jhoblitt
Message:

remove unnecessary whitespace

File:
1 edited

Legend:

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

    r4197 r4325  
    66    md = psMetadataAlloc();
    77    psMetadataAdd(md, PS_LIST_TAIL, [% namespace FILTER upper %]_INDEX_NAME, PS_META_S32, "AUTO_INCREMENT", 0.0);
    8 [% FOREACH item = columns %]
     8[% FOREACH item = columns -%]
    99[% IF item.comment;
    1010    SET item.comment = "\"$item.comment\"";
     
    1313END;
    1414-%]
    15 [% IF item.mtype == "PS_META_STR" %]
     15[% IF item.mtype == "PS_META_STR" -%]
    1616    psMetadataAdd(md, PS_LIST_TAIL, "[% item.name %]", [% item.mtype %], [% item.comment %], "[% item.value %]");
    1717[% ELSE -%]
Note: See TracChangeset for help on using the changeset viewer.