reset: trivial style cleanup
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
82a0672f8e
commit
4e83ab3e8d
@ -323,7 +323,7 @@ int cmd_reset(int argc, const char **argv, const char *prefix)
|
||||
die_if_unmerged_cache(reset_type);
|
||||
|
||||
if (reset_type != SOFT) {
|
||||
struct lock_file *lock = xcalloc(1, sizeof(struct lock_file));
|
||||
struct lock_file *lock = xcalloc(1, sizeof(*lock));
|
||||
int newfd = hold_locked_index(lock, 1);
|
||||
if (reset_type == MIXED) {
|
||||
int flags = quiet ? REFRESH_QUIET : REFRESH_IN_PORCELAIN;
|
||||
|
Loading…
Reference in New Issue
Block a user