================
@@ -545,7 +571,7 @@ class AddIndentationStringStream : public 
MustacheOutputStream {
     Indent.resize(Indentation, ' ');
 
     for (char C : Data) {
-      LLVM_DEBUG(dbgs() << "IndentationStream: NeedsIndent=" << NeedsIndent
+      LLVM_DEBUG(dbgs() << "[IndentationStream] NeedsIndent=" << NeedsIndent
----------------
petrhosek wrote:

It's not clear to me where we use `FooBar` and when we use `Foo Bar` since 
there doesn't seem to be much consistency but it doesn't matter too much.

https://github.com/llvm/llvm-project/pull/159193
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to