Unindent excluded_from_list()
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 26 May 2012 12:31:12 +0000 (19:31 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 May 2012 17:58:54 +0000 (10:58 -0700)
Return early if el->nr == 0. Unindent one more level for FNM_PATHNAME
code block as this block is getting complex and may need more
indentation.

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