replace: replace spaces with tabs in indentation
commit3cc9d87710b20c86252809e068fe309f6bb7ecc2
authorJeff King <peff@peff.net>
Tue, 24 Jun 2014 09:43:07 +0000 (24 05:43 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 22:26:46 +0000 (25 15:26 -0700)
tree6e9da8a33b0ceb2e37a6cfdb919e6b231ce9caf0
parent4e4b125c239a78f3a8fe82e47d1f89fef510980c
replace: replace spaces with tabs in indentation

This matches our usual style and the surrounding code.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/replace.c