pwm: sysfs: Remove unnecessary padding
authorThierry Reding <thierry.reding@gmail.com>
Mon, 20 Jul 2015 07:58:09 +0000 (09:58 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 27 Jul 2015 10:03:38 +0000 (12:03 +0200)
commit412820dd536fe2d01a35f0d68982ea225ec255b3
treed0cfad3f80a11383af1e496d9945899ef7163ab1
parent5a063d87e97df28ca0b00807bc4d6fa11c5a5107
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>
drivers/pwm/sysfs.c
This page took 0.0448 seconds and 5 git commands to generate.