security: whitespace coding style fixes

Whitespace coding style fixes.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
Justin P. Mattock
2010-04-21 00:02:11 -07:00
committed by James Morris
parent 822cceec72
commit c5b60b5e67
7 changed files with 45 additions and 45 deletions

View File

@@ -469,7 +469,7 @@ struct cgroup_subsys devices_subsys = {
.name = "devices",
.can_attach = devcgroup_can_attach,
.create = devcgroup_create,
.destroy = devcgroup_destroy,
.destroy = devcgroup_destroy,
.populate = devcgroup_populate,
.subsys_id = devices_subsys_id,
};