upstream commit

whitespace
diff --git a/bitmap.c b/bitmap.c
index 302ee79..60fe0e9 100644
--- a/bitmap.c
+++ b/bitmap.c
@@ -154,7 +154,6 @@
 		bits--;
 	}
 	return bits;
-			
 }
 
 size_t
@@ -181,7 +180,6 @@
 			s[need - 1 - k++] = (b->d[i] >> (j * 8)) & 0xff;
 		}
 	}
-		
 	return 0;
 }