pwm: Remove useless whitespace

Remove useless tabs used for padding in structure definitions as well as
some blank lines.

Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
Thierry Reding
2015-07-27 11:57:28 +02:00
parent 412820dd53
commit 6bc7064a69
2 changed files with 29 additions and 37 deletions

View File

@@ -924,6 +924,5 @@ static int __init pwm_debugfs_init(void)
return 0;
}
subsys_initcall(pwm_debugfs_init);
#endif /* CONFIG_DEBUG_FS */