adds whitespace to indent output
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: