Changeset 750

Show
Ignore:
Timestamp:
02/18/11 11:43:30 (15 months ago)
Author:
mgalloy
Message:

Formatting.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/doc_system__define.pro

    r737 r750  
    567567  ; create the directory objects 
    568568  for d = 0L, n_elements(uniqueDirIndices) - 1L do begin 
    569      location = dirs[uniqueDirIndices[d]] 
    570      filesIndices = where(dirs eq location) 
    571      directory = obj_new('DOCtreeDirectory', $ 
    572                          location=location, $ 
    573                          files=allFiles[filesIndices], $ 
    574                          system=self) 
    575      self.directories->add, directory 
     569    location = dirs[uniqueDirIndices[d]] 
     570    filesIndices = where(dirs eq location) 
     571    directory = obj_new('DOCtreeDirectory', $ 
     572                        location=location, $ 
     573                        files=allFiles[filesIndices], $ 
     574                        system=self) 
     575    self.directories->add, directory 
    576576  endfor 
    577577