Ignore:
Timestamp:
12/13/07 17:22:35 (17 years ago)
Author:
pinsard
Message:

modification of headers : mainly blanks around = sign for keywords in declaration of function and pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/text_box.pro

    r325 r327  
    5050; 
    5151;- 
    52 PRO text_box, text, POS=pos, FG_COLOR=fg_color, BG_COLOR=bg_color,$ 
    53                CENTER=center, RIGHT=right, BOX=box, VERT_SPACE=vert_space, _EXTRA = ex 
     52PRO text_box, text, POS=pos, FG_COLOR=fg_color, BG_COLOR=bg_color $ 
     53            , CENTER=center, RIGHT=right, BOX=box, VERT_SPACE=vert_space $ 
     54            , _EXTRA=ex 
    5455; 
    5556  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.