Formatting needs to be done only once. Ran check-lldb and nothing changes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
source/Utility/UUID.cpp | ||
---|---|---|
77–78 ↗ | (On Diff #124463) | Minor nit, but when you have a string and only want to print that string and nothing else, I would usually prefer not using printf syntax and instead just using PutCString. |