fixed indentation issues and mix of tabs and spaces.

svn: r11943
This commit is contained in:
Raphael Ackermann
2009-02-09 23:37:40 +00:00
parent 7f1cbf9063
commit baef4d76a4
18 changed files with 30 additions and 30 deletions

View File

@ -2063,8 +2063,8 @@ def _testsibling(rc):
(gen.lib.Person.FEMALE, 'female'),
(gen.lib.Person.UNKNOWN, 'unknown')]:
for inlaw in [False, True]:
for sibt, str in vals:
print FMT % rc.get_sibling_relationship_string(
for sibt, str in vals:
print FMT % rc.get_sibling_relationship_string(
sibt, gen.lib.Person.MALE, gendr,
in_law_a = inlaw) + ' |info:', str, strgen