logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::indent - returns an amount of space to indent

Arguments

delta
           the amount of space added/removed for each call

Description

       This function returns a string with appropriate indentation. Call it with a small positive or matching
       negative delta. Unlike the thread_indent function, the indent does not track individual indent values on
       a per thread basis.

Name

       function::indent - returns an amount of space to indent

See Also

tapset::indent(3stap)

SystemTap Tapset Reference                         April 2024                            FUNCTION::INDENT(3stap)

Synopsis

           indent:string(delta:long)

See Also