]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: add editor directive comments to rgw services source files
authorJ. Eric Ivancich <ivancich@redhat.com>
Tue, 30 Apr 2019 18:24:56 +0000 (14:24 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Tue, 30 Apr 2019 18:54:55 +0000 (14:54 -0400)
commitedddca27fa030b8151c6fdcca4872095e4460952
tree7b3d8d8bdb41f648a63b0505fcc40fa9163d6ce1
parentb8863264ec2f5e8ef65dfce749a9ac39dd5d37d2
rgw: add editor directive comments to rgw services source files

So that both vi and emacs help to correctly format the source files,
add the directives to each of the source files. In addition, use
`#pragma once` in the header files instead of the macro work-around.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
20 files changed:
src/rgw/services/svc_finisher.cc
src/rgw/services/svc_finisher.h
src/rgw/services/svc_notify.cc
src/rgw/services/svc_notify.h
src/rgw/services/svc_quota.cc
src/rgw/services/svc_quota.h
src/rgw/services/svc_rados.cc
src/rgw/services/svc_rados.h
src/rgw/services/svc_sync_modules.cc
src/rgw/services/svc_sync_modules.h
src/rgw/services/svc_sys_obj.cc
src/rgw/services/svc_sys_obj.h
src/rgw/services/svc_sys_obj_cache.cc
src/rgw/services/svc_sys_obj_cache.h
src/rgw/services/svc_sys_obj_core.cc
src/rgw/services/svc_sys_obj_core.h
src/rgw/services/svc_zone.cc
src/rgw/services/svc_zone.h
src/rgw/services/svc_zone_utils.cc
src/rgw/services/svc_zone_utils.h