Skip to content

Commit febc128

Browse files
committed
Whitespace
1 parent ea87a27 commit febc128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/RemoteInspection/BitMask.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class BitMask {
6060
memset(mask, 0xff, size);
6161
}
6262

63-
public:
63+
public:
6464
static BitMask zeroMask(unsigned sizeInBytes) {
6565
auto mask = BitMask(sizeInBytes);
6666
mask.makeZero();
@@ -260,7 +260,7 @@ class BitMask {
260260
size = n;
261261
}
262262
}
263-
263+
264264
unsigned numBits() const {
265265
return size * 8;
266266
}

0 commit comments

Comments
 (0)