Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
pretty: trivial style fix
author
Felipe Contreras
<felipe.contreras@gmail.com>
Thu, 31 Oct 2013 09:25:42 +0000
(
03:25
-0600)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 31 Oct 2013 20:47:41 +0000
(13:47 -0700)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pretty.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c447264
)
diff --git
a/pretty.c
b/pretty.c
index b4e32b74d3622f92b2c5d3b9881e5cdf49d7f375..962e82be8633217b811a8c8c87b892721b35f662 100644
(file)
--- a/
pretty.c
+++ b/
pretty.c
@@
-497,7
+497,7
@@
void pp_user_info(struct pretty_print_context *pp,
static int is_empty_line(const char *line, int *len_p)
{
int len = *len_p;
- while (len && isspace(line[len
-
1]))
+ while (len && isspace(line[len
-
1]))
len--;
*len_p = len;
return !len;