From: Felipe Contreras Date: Fri, 30 Aug 2013 21:56:48 +0000 (-0500) Subject: reset: trivial style cleanup X-Git-Tag: v1.8.5-rc0~126^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e83ab3e8d43beaa7a2097a2f34d3b9eb67525bb;p=thirdparty%2Fgit.git reset: trivial style cleanup Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/builtin/reset.c b/builtin/reset.c index 225e3f141e..7e65934a82 100644 --- a/builtin/reset.c +++ b/builtin/reset.c @@ -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;