]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: clean-up -- insure C++ source code files contain editor directives
authorJ. Eric Ivancich <ivancich@redhat.com>
Tue, 11 Dec 2018 16:43:05 +0000 (11:43 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Tue, 11 Dec 2018 17:30:35 +0000 (12:30 -0500)
commitcac57e647edc8d51b996eaf658a98a488517604e
treebccf296270f7a41e1067298e4869a17d18c08e72
parent07baabd0245d40779e0c02ae98dc5d5c38c914cb
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>
96 files changed:
src/cls/rgw/cls_rgw_client.cc
src/cls/rgw/cls_rgw_ops.cc
src/cls/rgw/cls_rgw_types.cc
src/rgw/librgw.cc
src/rgw/librgw_admin_user.cc
src/rgw/rgw_admin_user.cc
src/rgw/rgw_admin_user.h
src/rgw/rgw_aio.h
src/rgw/rgw_aio_throttle.cc
src/rgw/rgw_aio_throttle.h
src/rgw/rgw_asio_client.h
src/rgw/rgw_basic_types.cc
src/rgw/rgw_basic_types.h
src/rgw/rgw_civetweb_log.cc
src/rgw/rgw_civetweb_log.h
src/rgw/rgw_common.h
src/rgw/rgw_compression.cc
src/rgw/rgw_coroutine.cc
src/rgw/rgw_cors.cc
src/rgw/rgw_cors.h
src/rgw/rgw_cors_s3.cc
src/rgw/rgw_cors_s3.h
src/rgw/rgw_cors_swift.h
src/rgw/rgw_cr_rados.cc
src/rgw/rgw_cr_rados.h
src/rgw/rgw_cr_rest.cc
src/rgw/rgw_cr_rest.h
src/rgw/rgw_crypt.cc
src/rgw/rgw_crypt.h
src/rgw/rgw_crypt_sanitize.cc
src/rgw/rgw_data_sync.h
src/rgw/rgw_es_main.cc
src/rgw/rgw_es_query.cc
src/rgw/rgw_es_query.h
src/rgw/rgw_formats.cc
src/rgw/rgw_http_client_curl.h
src/rgw/rgw_lc.h
src/rgw/rgw_lc_s3.cc
src/rgw/rgw_lc_s3.h
src/rgw/rgw_lib.h
src/rgw/rgw_main.cc
src/rgw/rgw_meta_sync_status.h
src/rgw/rgw_op.h
src/rgw/rgw_orphan.h
src/rgw/rgw_putobj.cc
src/rgw/rgw_putobj.h
src/rgw/rgw_putobj_processor.cc
src/rgw/rgw_putobj_processor.h
src/rgw/rgw_quota.cc
src/rgw/rgw_quota.h
src/rgw/rgw_rest_config.cc
src/rgw/rgw_rest_config.h
src/rgw/rgw_rest_log.cc
src/rgw/rgw_rest_log.h
src/rgw/rgw_rest_metadata.cc
src/rgw/rgw_rest_metadata.h
src/rgw/rgw_rest_role.cc
src/rgw/rgw_rest_role.h
src/rgw/rgw_rest_s3website.h
src/rgw/rgw_rest_sts.cc
src/rgw/rgw_rest_sts.h
src/rgw/rgw_rest_user_policy.cc
src/rgw/rgw_rest_user_policy.h
src/rgw/rgw_role.cc
src/rgw/rgw_role.h
src/rgw/rgw_service.cc
src/rgw/rgw_service.h
src/rgw/rgw_sts.cc
src/rgw/rgw_sts.h
src/rgw/rgw_sync.h
src/rgw/rgw_sync_log_trim.cc
src/rgw/rgw_sync_log_trim.h
src/rgw/rgw_sync_module.cc
src/rgw/rgw_sync_module.h
src/rgw/rgw_sync_module_aws.cc
src/rgw/rgw_sync_module_aws.h
src/rgw/rgw_sync_module_es.cc
src/rgw/rgw_sync_module_es.h
src/rgw/rgw_sync_module_es_rest.cc
src/rgw/rgw_sync_module_es_rest.h
src/rgw/rgw_sync_module_log.cc
src/rgw/rgw_sync_module_log.h
src/rgw/rgw_sync_trace.cc
src/rgw/rgw_sync_trace.h
src/rgw/rgw_tag.cc
src/rgw/rgw_tag.h
src/rgw/rgw_tag_s3.cc
src/rgw/rgw_token.cc
src/rgw/rgw_token.h
src/rgw/rgw_torrent.cc
src/rgw/rgw_torrent.h
src/rgw/rgw_website.cc
src/rgw/rgw_website.h
src/rgw/rgw_xml_enc.cc
src/rgw/rgw_zone.cc
src/rgw/rgw_zone.h