author | Thiago Farina <tfransosi@gmail.com> | |
Fri, 18 Sep 2009 19:11:52 +0000 (12:11 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 19 Sep 2009 02:48:48 +0000 (19:48 -0700) | ||
commit | 812bdbc31b246fcd5f3293e4dbac27eaec1ef4fa | |
tree | fada4fead8571a3c25cfca79dfd189bf4842314a | tree | snapshot |
parent | 1f986c4ac4df6fcac4b19bc9cd3a8b6c8f0ffdea | commit | diff |
pack-objects: remove SP at the end of usage string
These spaces immediately before the end of lines are unnecessary.
While at it, instead of using a single string literal with backslashes
at end of each line, split the lines into individual string literals
and tell the compiler to concatenate them.
Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
These spaces immediately before the end of lines are unnecessary.
While at it, instead of using a single string literal with backslashes
at end of each line, split the lines into individual string literals
and tell the compiler to concatenate them.
Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-pack-objects.c | diff | blob | history |