diff options
author | Daniel Gryniewicz <dang@redhat.com> | 2019-08-19 16:50:03 +0200 |
---|---|---|
committer | Daniel Gryniewicz <dang@redhat.com> | 2019-08-19 18:51:07 +0200 |
commit | 90d0b934ac8af94dea1c719d3eac187657faf0fd (patch) | |
tree | 4b2ff30f3e8d8ef50451c2a8e91008f88858b712 /src/rgw/rgw_admin_user.cc | |
parent | Merge PR #29719 into master (diff) | |
download | ceph-90d0b934ac8af94dea1c719d3eac187657faf0fd.tar.xz ceph-90d0b934ac8af94dea1c719d3eac187657faf0fd.zip |
RGW - Make sure editor settings are correct for all files
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
Diffstat (limited to 'src/rgw/rgw_admin_user.cc')
-rw-r--r-- | src/rgw/rgw_admin_user.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_admin_user.cc b/src/rgw/rgw_admin_user.cc index 615c6b31604..cccc068c297 100644 --- a/src/rgw/rgw_admin_user.cc +++ b/src/rgw/rgw_admin_user.cc @@ -1,5 +1,5 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- -// vim: ts=8 sw=2 smarttab +// vim: ts=8 sw=2 smarttab ft=cpp #include "include/rgw/librgw_admin_user.h" #include "rgw_admin_user.h" |