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_token.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_token.cc')
-rw-r--r-- | src/rgw/rgw_token.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_token.cc b/src/rgw/rgw_token.cc index a626ec64e05..a5c6f76e455 100644 --- a/src/rgw/rgw_token.cc +++ b/src/rgw/rgw_token.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 * |