Changeset 993 for trunk/base


Ignore:
Timestamp:
Oct 8, 2002, 2:36:02 PM (22 years ago)
Author:
landonf (Landon Fuller)
Message:

indenting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portutil.tcl

    r992 r993  
    334334    }
    335335       
    336         set eof [file size "$tmpfile"]
    337         puts "$tmpfile $eof"
    338         ftruncate $input $eof
     336    set eof [file size "$tmpfile"]
     337    puts "$tmpfile $eof"
     338    ftruncate $input $eof
    339339
    340340    close $output
Note: See TracChangeset for help on using the changeset viewer.