py: Some trivial cosmetic changes, for code style consistency.

This commit is contained in:
Damien George
2015-04-04 15:53:11 +01:00
parent 7f59b4b2ca
commit 2801e6fad8
9 changed files with 19 additions and 19 deletions

View File

@@ -61,7 +61,7 @@ STATIC const mp_obj_type_t it_type = {
{ &mp_type_type },
.name = MP_QSTR_iterator,
.getiter = mp_identity,
.iternext = it_iternext
.iternext = it_iternext,
};
// args are those returned from mp_load_method_maybe (ie either an attribute or a method)