From cac57e647edc8d51b996eaf658a98a488517604e Mon Sep 17 00:00:00 2001 From: "J. Eric Ivancich" Date: Tue, 11 Dec 2018 11:43:05 -0500 Subject: 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 --- src/rgw/rgw_rest_metadata.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rgw/rgw_rest_metadata.cc') 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" -- cgit v1.2.3