Skip to content

Commit 2c61fdb

Browse files
author
meister
committed
Change way function looks
1 parent 582cb06 commit 2c61fdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/core/array_bit.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ void SimpleBitVector_getOnIndices(SimpleBitVector_sp x, vector<size_t>& res) {
199199
}
200200
}
201201

202-
bool SimpleBitVector_isZero(SimpleBitVector_sp vec) { return core__sbv_zerop(vec); }
202+
bool SimpleBitVector_isZero(SimpleBitVector_sp vec) {
203+
return core__sbv_zerop(vec);
204+
}
203205

204206
bool BitVectorNs_O::equal(T_sp other) const {
205207
if (&*other == this)

0 commit comments

Comments
 (0)