mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Pre- increment and decrement where possible
This commit is contained in:
@@ -613,7 +613,7 @@ AbstractionPattern::getFunctionParamType(unsigned index) const {
|
||||
|
||||
if (!errorInfo.isErrorParameterReplacedWithVoid()) {
|
||||
if (paramIndex >= errorParamIndex) {
|
||||
paramIndex++;
|
||||
++paramIndex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user