commit | 412820dd536fe2d01a35f0d68982ea225ec255b3 | [log] [tgz] |
---|---|---|
author | Thierry Reding <thierry.reding@gmail.com> | Mon Jul 20 09:58:09 2015 +0200 |
committer | Thierry Reding <thierry.reding@gmail.com> | Mon Jul 27 12:03:38 2015 +0200 |
tree | d0cfad3f80a11383af1e496d9945899ef7163ab1 | |
parent | 5a063d87e97df28ca0b00807bc4d6fa11c5a5107 [diff] |
pwm: sysfs: Remove unnecessary padding Padding initializers so that assignment operators align is bound to lead to inconsistencies or churn. Single spaces around the assignment is just fine. Signed-off-by: Thierry Reding <thierry.reding@gmail.com>