Code

gitweb: Use "return" instead of "return undef" for some subs
authorJakub Narebski <jnareb@gmail.com>
Mon, 25 Sep 2006 23:56:17 +0000 (01:56 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 27 Sep 2006 07:41:35 +0000 (00:41 -0700)
commitdd1ad5f16708e49722ad455dea8076816054391d
tree6af406535ad4b1cfe6964580746fcf7204e9785b
parent4b02f48372c72b38d2be7484355222f987f3af97
gitweb: Use "return" instead of "return undef" for some subs

Use "return" instead of "return undef" when subroutine can return, or
always return, non-scalar (list) value.

Other places are left as is.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl