Patch from Raphael Ackermann <raphael.ackermann@gmail.com> -- Fix 0001538: tabs and spaces are mixed in some source files
svn: r9713
This commit is contained in:
@ -368,7 +368,7 @@ class FormattingHelper:
|
||||
text += "\n"
|
||||
text += self.get_place_name(event.get_place_handle())
|
||||
if line_count < 5:
|
||||
return text;
|
||||
return text;
|
||||
break
|
||||
if not text:
|
||||
text = str(family.get_relationship())
|
||||
|
Reference in New Issue
Block a user