indentation

svn: r22057
This commit is contained in:
Jérôme Rapinat 2013-04-21 10:20:20 +00:00
parent 1436945239
commit 391155d14b

View File

@ -155,7 +155,7 @@ def probably_alive(handle):
return alive(person, db)
def format_number(number, with_grouping=True):
if number != "":
if number != "":
return glocale.format("%d", number, with_grouping)
else:
return glocale.format("%d", 0, with_grouping)