commit | c1b86a232383748811c6faf17f364e63e10f7dd4 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Nov 14 11:36:51 2012 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Nov 14 11:38:57 2012 +0900 |
tree | 8f28c8e8a922ffd4165f48a1988500070936bd39 | |
parent | 98ffba1401056e2d88d3f3898b6fbf5d7d3931a4 [diff] |
Fix inconsistent indentation The repo coding style is to indent at 2 characters, but there are many places where this is not followed. Enable pylint warning "W0311: Bad indentation" and make sure all indentation is at multiples of 2 characters. Change-Id: I68f0f64470789ce2429ab11104d15d380a63e6a8