indentation

svn: r22066
This commit is contained in:
Jérôme Rapinat 2013-04-22 07:14:27 +00:00
parent 5db0763970
commit 4f61f03bec

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)