mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Pre- increment and decrement where possible
This commit is contained in:
@@ -127,7 +127,7 @@ bool Punycode::decodePunycode(StringRef InputPunycode,
|
||||
return true;
|
||||
// insert n into output at position i
|
||||
OutCodePoints.insert(OutCodePoints.begin() + i, n);
|
||||
i++;
|
||||
++i;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user