]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
refs.c: reindent get_submodule_ref_store()
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 23 Aug 2017 12:37:04 +0000 (19:37 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Aug 2017 21:59:04 +0000 (14:59 -0700)
commit873ea90d61fa45ec91af3864c2e336bfe489d181
tree05d8e9a793cba1d8c5a9dffda9f59dd174c3e87f
parent82a150f27a16cd1425d4c78904470e4b7b8c4cf7
refs.c: reindent get_submodule_ref_store()

With the new "if (!submodule) return NULL;" code added in the previous
commit, we don't need to check if submodule is not NULL anymore.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c