ceph: fix whitespace

Remove blank lines at end of file and trailing whitespace.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
Stephen Hemminger
2018-07-24 12:29:07 -07:00
committed by Ilya Dryomov
parent 24499847e4
commit 24e1dd6afd
8 changed files with 1 additions and 9 deletions

View File

@@ -142,4 +142,3 @@ int ceph_auth_none_init(struct ceph_auth_client *ac)
ac->ops = &ceph_auth_none_ops;
return 0;
}