[#BloombergLP-bdlb-Print-newlineAndIndent] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Print.adoc[Print]::newlineAndIndent :relfileprefix: ../../../ :mrdocs: Emit to the specified `stream` a newline (` `) followed by the number of spaces (` `) equal to the absolute value of the product of the specified `level` and `spacesPerLevel` or, if `spacesPerLevel` is negative, emit a single space (and _no_ newline). Return a reference providing modifiable access to `stream`. The behavior is undefined unless the absolute value of the product of the specified `level` and `spacesPerLevel` is representable as `int`. == Synopsis Declared in `<bdlb_print.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& newlineAndIndent( std::ostream& stream, int level, int spacesPerLevel = 4); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#