diff options
author | J. Eric Ivancich <ivancich@redhat.com> | 2018-12-11 17:43:05 +0100 |
---|---|---|
committer | J. Eric Ivancich <ivancich@redhat.com> | 2018-12-11 18:30:35 +0100 |
commit | cac57e647edc8d51b996eaf658a98a488517604e (patch) | |
tree | bccf296270f7a41e1067298e4869a17d18c08e72 /src/rgw/rgw_rest_metadata.cc | |
parent | Merge pull request #25327 from Devp00l/wip-issue-37471 (diff) | |
download | ceph-cac57e647edc8d51b996eaf658a98a488517604e.tar.xz ceph-cac57e647edc8d51b996eaf658a98a488517604e.zip |
rgw: clean-up -- insure C++ source code files contain editor directives
Most, although not all, source code files have a comment on the first
two lines describing the C++ formatting conventions used. This commit
adds that directive to the files lacking it. Also, vertical whitespace
was made more consistent. Note: this only touches files specifically
for RGW.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
Diffstat (limited to 'src/rgw/rgw_rest_metadata.cc')
-rw-r--r-- | src/rgw/rgw_rest_metadata.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rgw/rgw_rest_metadata.cc b/src/rgw/rgw_rest_metadata.cc index ad1d26c08f8..0f81d54c9b8 100644 --- a/src/rgw/rgw_rest_metadata.cc +++ b/src/rgw/rgw_rest_metadata.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab + /* * Ceph - scalable distributed file system * @@ -11,6 +12,7 @@ * Foundation. See file COPYING. * */ + #include "include/page.h" #include "rgw_rest.h" |