mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Fix inconsistent formatting.
This commit is contained in:
@@ -292,7 +292,7 @@ void swift::ide::printSubmoduleInterface(
|
||||
if (InterestingClangModule) {
|
||||
// Assume all submodules are missing.
|
||||
for (auto It =InterestingClangModule->submodule_begin();
|
||||
It != InterestingClangModule->submodule_end(); It ++) {
|
||||
It != InterestingClangModule->submodule_end(); It++) {
|
||||
NoImportSubModules.insert(*It);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user