[openssh-commits] [openssh] 03/16: upstream commit

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jan 15 22:09:08 EST 2015


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit e81cba066c1e9eb70aba0f6e7c0ff220611b370f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Jan 14 20:54:29 2015 +0000

    upstream commit
    
    whitespace
---
 bitmap.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bitmap.c b/bitmap.c
index 302ee79..60fe0e9 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;
 }
 

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list