summaryrefslogtreecommitdiffstats
path: root/bitmap.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-01-14 20:54:29 +0000
committerDamien Miller <djm@mindrot.org>2015-01-15 21:37:34 +1100
commite81cba066c1e9eb70aba0f6e7c0ff220611b370f (patch)
tree022abbb1204e39c23c3f1631d537886229f81d28 /bitmap.c
parent141efe49542f7156cdbc2e4cd0a041d8b1aab622 (diff)
upstream commit
whitespace
Diffstat (limited to 'bitmap.c')
-rw-r--r--bitmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitmap.c b/bitmap.c
index 302ee790..60fe0e9d 100644
--- a/bitmap.c
+++ b/bitmap.c
@@ -154,7 +154,6 @@ bitmap_nbits(struct bitmap *b)
bits--;
}
return bits;
-
}
size_t
@@ -181,7 +180,6 @@ bitmap_to_string(struct bitmap *b, void *p, size_t l)
s[need - 1 - k++] = (b->d[i] >> (j * 8)) & 0xff;
}
}
-
return 0;
}