mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[gardening] Use consistent spacing after if, for and while
This commit is contained in:
@@ -82,7 +82,7 @@ private:
|
||||
|
||||
|
||||
// start the entity (ref or def)
|
||||
if(!withEntityInfo(symbol, [this](const EntityInfo &info) {
|
||||
if (!withEntityInfo(symbol, [this](const EntityInfo &info) {
|
||||
return impl.startSourceEntity(info);
|
||||
})) return Abort;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user