mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Use consistent spacing after if, for and while
This commit is contained in:
@@ -85,7 +85,7 @@ struct ArgumentDescriptor {
|
||||
OwnedToGuaranteed(false), IsIndirectResult(A->isIndirectResult()),
|
||||
CalleeRelease(), CalleeReleaseInThrowBlock(),
|
||||
ProjTree(A->getModule(), A->getType()) {
|
||||
if(!A->isIndirectResult()) {
|
||||
if (!A->isIndirectResult()) {
|
||||
PInfo = Arg->getKnownParameterInfo();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user