builtin/apply: get rid of useless 'name' variable
commitfda3e2cf017493ad9051c027a527e5c995ebfaf1
authorChristian Couder <christian.couder@gmail.com>
Tue, 22 Mar 2016 20:58:40 +0000 (22 21:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Mar 2016 21:21:07 +0000 (22 14:21 -0700)
treee76a906b7bf5ca9bdb3b421ce9edebb7e275e16f
parent808ecd4cca75acac5e4868f15d3e647fc73698d3
builtin/apply: get rid of useless 'name' variable

While at it put an 'else' on the same line as the previous '}'.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/apply.c