mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix indentation of various DEBUG(...) messages.
Swift SVN r26762
This commit is contained in:
@@ -172,7 +172,7 @@ bool BottomUpRefCountState::merge(const BottomUpRefCountState &Other) {
|
||||
for (auto *SI : Other.InsertPts)
|
||||
Partial |= InsertPts.insert(SI).second;
|
||||
|
||||
DEBUG(llvm::dbgs() << " Partial: " << (Partial ? "yes" : "no")
|
||||
DEBUG(llvm::dbgs() << " Partial: " << (Partial ? "yes" : "no")
|
||||
<< "\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user