[codingstyle] one space between each + - * / = operator

This commit is contained in:
Vincent Hanquez 2005-04-21 23:20:18 +00:00
parent e00ce8a09b
commit ba5acab7f7
11 changed files with 77 additions and 76 deletions

View file

@ -78,7 +78,8 @@ class Vcard_information_window:
for i in vcard.keys():
if type(vcard[i]) == type({}):
for j in vcard[i].keys():
self.set_value(i+'_'+j+'_entry', vcard[i][j])
self.set_value(i + '_' + j +
'_entry', vcard[i][j])
else:
if i == 'DESC':
self.xml.get_widget('DESC_textview').get_buffer().\