http-push, http-walker: style fixes
authorTay Ray Chuan <rctay89@gmail.com>
Sat, 6 Jun 2009 08:43:33 +0000 (16:43 +0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Jun 2009 17:56:27 +0000 (10:56 -0700)
- Use tabs to indent, instead of spaces.

- Do not use curly-braces around a single statement body in
if/while statement;

- Do not start multi-line comment with description on the first
line after "/*", i.e.

/*
* We prefer this over...
*/

/* comments like
* this (notice the first line)
*/

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found