summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/bitmap.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2015-01-14 20:54:29 +0000
committerdjm <djm@openbsd.org>2015-01-14 20:54:29 +0000
commited55760b542355ed10092cf14bed844e964c63db (patch)
tree30ca984bf1598194b9a7ba06fdcae450ee43fc22 /usr.bin/ssh/bitmap.c
parentmove authfd.c and its tentacles to the new buffer/key API; (diff)
downloadwireguard-openbsd-ed55760b542355ed10092cf14bed844e964c63db.tar.xz
wireguard-openbsd-ed55760b542355ed10092cf14bed844e964c63db.zip
whitespace
Diffstat (limited to 'usr.bin/ssh/bitmap.c')
-rw-r--r--usr.bin/ssh/bitmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/ssh/bitmap.c b/usr.bin/ssh/bitmap.c
index cd9df8c77e6..4d66e97f714 100644
--- a/usr.bin/ssh/bitmap.c
+++ b/usr.bin/ssh/bitmap.c
@@ -152,7 +152,6 @@ bitmap_nbits(struct bitmap *b)
bits--;
}
return bits;
-
}
size_t
@@ -179,7 +178,6 @@ bitmap_to_string(struct bitmap *b, void *p, size_t l)
s[need - 1 - k++] = (b->d[i] >> (j * 8)) & 0xff;
}
}
-
return 0;
}