[Lldb-commits] [PATCH] D135547: [lldb/Utility] Add GetDescription(Stream&) to StructureData::*
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 3 09:20:53 PDT 2022
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGMT with the missing periods fixed.
================
Comment at: lldb/source/Utility/StructuredData.cpp:208
+
+ // Reset original indentation level
+ s.SetIndentLevel(indentation_level);
----------------
Comments should include punctuation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135547/new/
https://reviews.llvm.org/D135547
More information about the lldb-commits
mailing list