[#BloombergLP-bslim-Printer-end] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslim.adoc[bslim]::xref:BloombergLP/bslim/Printer.adoc[Printer]::end :relfileprefix: ../../../ :mrdocs: Print a closing bracket and trailing newline for this object's output. == Synopsis Declared in `<bslim_printer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void end(bool suppressBracket = false) const; ---- == Description If `spacesPerLevel() >= 0`, print a newline character to the output stream supplied at construction. If the optionally specified `suppressBracket` is false, print a closing square bracket, indented by `absLevel() * spacesPerLevel()` blank spaces. == Parameters [cols="1,4"] |=== | Name| Description | *suppressBracket* | if `true`, omit the closing square bracket |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#