Fixed some typos
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Tue, 14 Mar 2006 17:21:26 +0000 (17:21 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Tue, 14 Mar 2006 17:21:26 +0000 (17:21 +0000)
[r7441]

ir/adt/bitset.h

index 8e3b3b9..41a1c5a 100644 (file)
@@ -268,8 +268,7 @@ static INLINE bitset_pos_t bitset_max(const bitset_t *bs)
  * @return The next set bit from pos on, or -1, if no set bit was found
  * after pos.
  */
-static INLINE bitset_pos_t _bitset_next(const bitset_t *bs,
-               bitset_pos_t pos, int set)
+static INLINE bitset_pos_t _bitset_next(const bitset_t *bs, bitset_pos_t pos, int set)
 {
        if(pos >= bs->size)
                return -1;