From: Tay Ray Chuan Date: Sat, 6 Jun 2009 08:43:33 +0000 (+0800) Subject: http-push, http-walker: style fixes X-Git-Tag: v1.6.4-rc0~60^2~16 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4c42aa1a1359b2571b51c3a3093f29c7b25c54c4?ds=inline;hp=4c42aa1a1359b2571b51c3a3093f29c7b25c54c4 http-push, http-walker: style fixes - 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 Signed-off-by: Junio C Hamano ---