void in (  ) 

adds whitespace to indent output

See also:
inup indown

Definition at line 569 of file ast-tools.cc.

References indent, and output.

Referenced by indown(), and inup().

00570 {
00571   for(unsigned int i=0; i<indent; i++)
00572     *output << " ";
00573 }

Here is the caller graph for this function:


Generated on Thu Jan 24 04:01:01 2008 for GNU BPEL2oWFN by  doxygen 1.5.2