On 11/4/2019 2:27 PM, René Scharfe wrote:
The initialization function of the Trace2 performance format target sets aside a stash of dots for indenting output. Get rid of it and use strbuf_addchars() to provide dots on demand instead. This shortens the code, gets rid of a small heap allocation and is a bit more efficient. Signed-off-by: René Scharfe <l.s.r@xxxxxx>
Looks good! Thanks for simplifying my otherwise convoluted code. Jeff