MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / blr_indent

Function blr_indent

src/yvalve/gds.cpp:2884–2900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2882
2883
2884static void blr_indent(gds_ctl* control, SSHORT level)
2885{
2886/**************************************
2887 *
2888 * b l r _ i n d e n t
2889 *
2890 **************************************
2891 *
2892 * Functional description
2893 * Indent for pretty printing.
2894 *
2895 **************************************/
2896
2897 level *= 3;
2898 while (--level >= 0)
2899 control->ctl_string += ' ';
2900}
2901
2902
2903

Callers 1

blr_print_verbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected