diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 21:29:07 +0200 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2018-08-02 21:33:21 +0200 |
commit | 24e1dd6afde9e9cca405df8ca98be59419ea7229 (patch) | |
tree | 694053171e9a9503f124e5d0aa3aa1ad33191f32 /net/ceph/auth_x.h | |
parent | ceph: adding new return type vm_fault_t (diff) | |
download | linux-24e1dd6afde9e9cca405df8ca98be59419ea7229.tar.xz linux-24e1dd6afde9e9cca405df8ca98be59419ea7229.zip |
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>
Diffstat (limited to 'net/ceph/auth_x.h')
-rw-r--r-- | net/ceph/auth_x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ceph/auth_x.h b/net/ceph/auth_x.h index 57ba99f7736f..c03735f96df9 100644 --- a/net/ceph/auth_x.h +++ b/net/ceph/auth_x.h @@ -52,4 +52,3 @@ struct ceph_x_info { int ceph_x_init(struct ceph_auth_client *ac); #endif - |