]> git.ipfire.org Git - thirdparty/git.git/commit - http-walker.c
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)
commit4c42aa1a1359b2571b51c3a3093f29c7b25c54c4
tree3c2de10c625fa6184c39c733c91aad229a84a4fe
parent96a4f187353d176d8fa32242875ffdad2ba38a0a
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 <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-push.c
http-walker.c