Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ph/submodule-rebase'
[gitweb.git]
/
builtin-unpack-objects.c
diff --git
a/builtin-unpack-objects.c
b/builtin-unpack-objects.c
index 9a773239cabab9998bcea829c0fb2abea9bdb8e8..8e831be476b71eed151cee1b5f2fc81c4edcb5ff 100644
(file)
--- a/
builtin-unpack-objects.c
+++ b/
builtin-unpack-objects.c
@@
-422,8
+422,8
@@
static void unpack_delta_entry(enum object_type type, unsigned long delta_size,
static void unpack_one(unsigned nr)
{
unsigned shift;
- unsigned char *pack
, c
;
- unsigned long size;
+ unsigned char *pack;
+ unsigned long size
, c
;
enum object_type type;
obj_list[nr].offset = consumed_bytes;