Show
Ignore:
Timestamp:
05/29/06 18:12:01 (2 years ago)
Author:
kris
Message:

removed tabs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/example/lineio.d

    r754 r897  
    1818void main (char[][] args) 
    1919{ 
    20    if (args.length == 2) 
    21       { 
     20        if (args.length == 2) 
     21           { 
    2222           // open a file for reading 
    2323           auto file = new FileConduit (args[1]);