]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: clean-up -- insure C++ source code files contain editor directives 25495/head
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)
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

index c5caea600653295c0223208656504df5c5089011..b074fa409716cce0fb3b38346b22f5c3ce658911 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 #include <errno.h>
 
 #include "cls/rgw/cls_rgw_const.h"
index 82ad868bfa7fd4e8aa4bf35cee5eeb502f32b42b..53eb55e32d849ae0fce3d02ebac82aaf5dbd3091 100644 (file)
@@ -1,3 +1,5 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
 
 #include "cls/rgw/cls_rgw_ops.h"
 
index 432e6a882b66649d396591e773a96ba56cb65bd9..e11cf2e5b2d6ed415f64e501d039e1bf0e80a6b6 100644 (file)
@@ -1,3 +1,5 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
 
 #include "cls/rgw/cls_rgw_types.h"
 #include "common/ceph_json.h"
index 563e798adeb7f67425620799e23411ba57822361..f62f75d2a5d68413ef5e1fed72ae91a8e4195339 100644 (file)
@@ -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/compat.h"
 #include <sys/types.h>
 #include <string.h>
index 2cdccc34c55793f810cc379b72c230896e3f7038..928f04cb3294f711de7b9694f098b4642071671e 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 /*
  * create rgw admin user
  *
index 6cf13d44119c4d1a61c0dc8eb9115a6e581571d4..615c6b31604482347d3ec3bc204f89e37c0c7a50 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include "include/rgw/librgw_admin_user.h"
 #include "rgw_admin_user.h"
 #include "rgw_user.h"
index b8d6ee57024dff9ad172ac11bf74a75371d1558d..68f8167f1fdb2b669c47bba1304e6d6a11b62902 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 /*
  * create rgw admin user
  *
index 53d91ca3833b218b873dd232f24b6efe4d4d1b1b..3e5f0e774cfaae143c3093cdfc9f0670cc8d86e7 100644 (file)
@@ -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
  *
index 7513e04e9461a0c986015c4e8ba2d48775e66792..1ac1be259d3ee1c455442407b87671ca9e292efa 100644 (file)
@@ -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
  *
index 97dea4bea0e9597a1440ee3fde74248ecc31ba01..954b8865fb4e3614dc35fd2ae6b5f52933952552 100644 (file)
@@ -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
  *
index d9a3c52ba09105f2a67a1194a361c6499a79d5bd..e99c3f7cdda0ba45dbd0b14dcf5fe3c4e92c2453 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 #ifndef RGW_ASIO_CLIENT_H
 #define RGW_ASIO_CLIENT_H
 
index 55e744e6faea092c044d36fa3148b31b6c1581c2..b4ac14a7d2e708abf7dabadf6598cbf56842f76c 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include <iostream>
 #include <sstream>
 #include <string>
index 21e7a81ba9334e4105f87fa2680e9537d472b285..772aecfa55c0c4e92c6d1eb6c099d284fc16cc23 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- 
 // vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_BASIC_TYPES_H
 #define CEPH_RGW_BASIC_TYPES_H
 
index 2c2e9ccfdd351da1aa65192999825ff7bd0e20a6..d8a8945305898b4d3b3234eb30fd788b32cd13a7 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include "common/config.h"
 #include "rgw_common.h"
 
index 0fc227a54685414223e9aca955c45d363485be7b..2fbd517cc765cdc5c916dad650eb527d565f5c7b 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_CIVETWEB_LOG_H
 #define CEPH_RGW_CIVETWEB_LOG_H
 
index d0fdd6bfdf3343a817b58dbe577f6160b80c793c..fd530ad5e672ea88f81243381cbbf626f74bff0f 100644 (file)
@@ -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
  *
index 6e2be182bf00c4acc4d894487dbda94986cddd26..b1acb9813d92432be90a0fbaaf630bc4693198f8 100644 (file)
@@ -1,4 +1,3 @@
-
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
index d756cfd52a7fda556d94986f9278d48f3d655aaa..a8186db933569723945c80a416541089c776b68d 100644 (file)
@@ -1,3 +1,5 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
 
 #include "common/ceph_json.h"
 #include "rgw_coroutine.h"
index f99abaad8f086d5c611eae0c66f1233eed4d22a8..07dbab5d3e270e6b9c4f46f92be0bedc17b73c00 100644 (file)
@@ -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 <string.h>
 
 #include <iostream>
index 892cda787ce4092bbb8da22c4e14b70d2514a64b..62e34d45c0f9f0ac06c61526c388d80f0e246a97 100644 (file)
@@ -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
  *
index 67e8e83c65215acb899819237de88844b3bb8910..fe7bd438f15015582bbe82fe1bdc91e3fef23040 100644 (file)
@@ -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 <string.h>
 #include <limits.h>
 
index 1e60e651512fe3177dc30a8148f9dc5e9f44d99e..9097e5f1b5408c9ce3956ad808eb7735d89df6c4 100644 (file)
@@ -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
  *
index d2516dd03570d0ef435da6f3f44f43134aae47e5..da5a2afc2e57e83c032421491a509bdac43fde5a 100644 (file)
@@ -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
  *
index 4fa3499f2e2919f52f18a19d424097dc27f8d906..0fc0d8a20202750e9b5be3e69b45024fe188bc28 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include "rgw_rados.h"
 #include "rgw_zone.h"
 #include "rgw_coroutine.h"
index b6789483b77bdd7c43e5fd3e6d40331358747fd4..37eeb2d34e00d76f36aa429be7e206d19fd7d53f 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_CR_RADOS_H
 #define CEPH_RGW_CR_RADOS_H
 
index 15465534e799ea71d83e6f8e242c9ff877c03802..6a5e38a23184dae2aee1a63a27441df06799c134 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include "rgw_cr_rest.h"
 
 #include "rgw_coroutine.h"
index 94ce0f072bc64ebad04398ac652d9f528a3714bb..f53d972f3fe40bd9fd4f1e03c6366e722b5c0ba6 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_CR_REST_H
 #define CEPH_RGW_CR_REST_H
 
index 915c81e34f253bed288c88e40ec746b31d38ee21..c50a8c0d66bcc60a04c6a95b40e608c5edad7fc8 100644 (file)
@@ -1,8 +1,10 @@
 // -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 /**
  * Crypto filters for Put/Post/Get operations.
  */
+
 #include <rgw/rgw_op.h>
 #include <rgw/rgw_crypt.h>
 #include <auth/Crypto.h>
index 1cc379c74e7067a12907515cbdb3f0a0a5aa93cf..9ac6dd1484c830244a8a3958636b387e1580eca1 100644 (file)
@@ -1,8 +1,10 @@
 // -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 /**
  * Crypto filters for Put/Post/Get operations.
  */
+
 #ifndef CEPH_RGW_CRYPT_H
 #define CEPH_RGW_CRYPT_H
 
index ab345bcbd1bc7c6dc8b6ff2cfad844e64702929d..776f137609cea496fc21ae554cde1cefc04bb9df 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 /*
  * rgw_crypt_sanitize.cc
  *
index a31307acc9cf7aad3ec4ea1e77f829642dc299e5..37f020e39c5af7e5f0c2033196e2b437af31319c 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_DATA_SYNC_H
 #define CEPH_RGW_DATA_SYNC_H
 
index cd6d54a674c21b248745f803cc19c5da9a98f67d..5983dd915c113354f366af560195333af0323f87 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include <list>
 #include <string>
 #include <iostream>
index 03676a171f70ff817fb3a53650a0f3d53e3c16fe..8fccca05d9c88dc1bbf0d6e994bcfc558815f9e9 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include <list>
 #include <map>
 #include <string>
index 5b2702006c197a3a1d02225ee390b97f99207d29..b8421f4d499686affc91d338e03534a3bfaa3c1e 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_ES_QUERY_H
 #define CEPH_RGW_ES_QUERY_H
 
index 4c207078844dc0982fb1945fbdd00ea98a43a793..f8abf72f7c4fa015f77251911e5e8753c4bf3195 100644 (file)
@@ -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
  *
index aad61950e9ec65d7988782b5bef94846c857d665..d9080f443f3e449858edd11c88022b37d45e5c5d 100644 (file)
@@ -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.
  *
  */
+
 #ifndef RGW_HTTP_CLIENT_CURL_H
 #define RGW_HTTP_CLIENT_CURL_H
 
index 21a00e5b7f69d4d05b50dfd93a2d51de17e5880e..aa398ea6e9b86fa705dc73159986105fe6f7a385 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_LC_H
 #define CEPH_RGW_LC_H
 
index 7e7b043e92b82de68bf2f54a0aa974a034ccd42c..8663b445d08e17d6398d1d549d9229095ce85613 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include <string.h>
 
 #include <iostream>
index ea390a29e9cd457dfc2eeb01d7eb7753217cccc8..d344fd2987d729d9d1b8ed62cf268b70429ac23a 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_LC_S3_H
 #define CEPH_RGW_LC_S3_H
 
index 4b3ec267d1e1b1468cdc39c24eaa166054dc8ea8..ce5a27a00a38f5f92c98f677f215a33cfe5274ff 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 #ifndef RGW_LIB_H
 #define RGW_LIB_H
 
index 3aa9cd8bf3c50e3c7e01a6010304de13c541e907..f266f5a7fedad9f7c67b9ec0f4ac2d21544e23d3 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 #include "common/ceph_argparse.h"
 #include "global/global_init.h"
 #include "global/signal_handler.h"
index 0fdc5cabaf1032a35c62960326e92013727927da..a3174e3ed0302f0be2422c4e0db85d3e02564339 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef RGW_META_SYNC_STATUS_H
 #define RGW_META_SYNC_STATUS_H
 
index e7f4225de1324e973949e18af37519e3d04a6175..4fa0f0258388d67341edc57faf91a4385f037cfc 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 /**
  * All operations via the rados gateway are carried out by
  * small classes known as RGWOps. This class contains a req_state
@@ -8,6 +9,7 @@
  * These subclasses must be further subclassed (by interface type)
  * to provide additional virtual methods such as send_response or get_params.
  */
+
 #ifndef CEPH_RGW_OP_H
 #define CEPH_RGW_OP_H
 
index f0f4b5136ff4d4018a28384ddb51c4f937479af7..d8076faec9a0d3c5d04307ed42eb463b81fc765f 100644 (file)
@@ -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
  *
index cd4d4bf2fcdc1c52bb84f376a29f9d7a6d3f9b45..39410972d4c9abaf1f70998b85ea28c002e1c4b0 100644 (file)
@@ -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
  *
index 1e4058eadf8b8cc597a658b4c9359854ad0a043f..4d8114a3269cd41de8ab0061bb3a9785cc807381 100644 (file)
@@ -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
  *
index 6877d0cfc3e978a7e42a54c962c9ae765b4d1fe7..361d513362757c955e2b6b73d4fdb75703866781 100644 (file)
@@ -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
  *
index ba3c65896ef23c1b2c20118ec2dcef0ce174c95b..e1843cc36ccfeee2b260799c419678f7b9ed58d4 100644 (file)
@@ -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
  *
index 05ef5f1ab50216c549b8376d98a4f0dbcc8ae5b2..052bc7a5be65e585ea0e29ed3354cbd47be44cb2 100644 (file)
@@ -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
  *
index 167bb17a8acbe373020cddf24f6c50074d532f39..a048aa7d809038779951f384a8ac64d502e529de 100644 (file)
@@ -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
  *
index ef184776b198b6330318961481da707068e0eae2..e5b863d034b94e5bab0cd5af26da67e203ce6fad 100644 (file)
@@ -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 "common/ceph_json.h"
 #include "common/strtol.h"
 #include "rgw_rest.h"
index d4539eb5eaee145d6d046320cd102aeee82b2022..56ca129b0aaf84416e14ca599f7d99db5db1d711 100644 (file)
@@ -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
  *
index 6fece1d6af44b31bec9e76a517ba9f2a8de459a9..6daeca16dfeeb236f1194ee8d29af4fe796635cb 100644 (file)
@@ -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 "common/ceph_json.h"
 #include "common/strtol.h"
 #include "rgw_rest.h"
index 7b125035c73aa0a4bf6dc4720983225a8c589593..d5fbf814529a0dee38ee694037b6e43e6009750b 100644 (file)
@@ -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
  *
index ad1d26c08f865949ccc15b1d96b96bf66b228317..0f81d54c9b884fa33a2fba6b0e1955c0db6c279d 100644 (file)
@@ -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"
index 712a7e2d5a1d403e93ed798dc689b6a1111b1907..728813c7329b0d73262836de14c7792f968b4aab 100644 (file)
@@ -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
  *
index 7df943d11785fb15dac0b75b416717cae8f11180..7c36a032538815377840a3261a7ade6f43897fb7 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 #include <errno.h>
 
 #include "common/errno.h"
index 3834c75cf5d30be6af6011315d611219fe155bbf..24e6bba65ca934597a1fd09637d91a1cc967b71f 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_REST_ROLE_H
 #define CEPH_RGW_REST_ROLE_H
 
index fa6416ee5db37728a1aaa5ac10d6ad8c91aa0a38..209ef964615a33d0d4e4a1199e94283823641576 100644 (file)
@@ -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.
  * 
  */
+
 #ifndef CEPH_RGW_REST_S3WEBSITE_H
 #define CEPH_RGW_REST_S3WEBSITE_H
  
index e8056814d85490cd34fe62f87f168f1f29288abd..90202cdcc4e5eb09e6b51ba01778a5e5dde62fc1 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include <boost/algorithm/string/predicate.hpp>
 #include <boost/format.hpp>
 #include <boost/optional.hpp>
index 8ecf3d9c6ef0f025071575c3985ff1b19ec85c03..6721c398e2e1c308cdb990231397d88f18850fd1 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_REST_STS_H
 #define CEPH_RGW_REST_STS_H
 
index 59cfca7490d6ebbbe5f3d8cdc5ce76075aeacc68..31323f34038b338a553f7dfa813bd42c398ee1c0 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 #include <errno.h>
 #include <regex>
 
index d7f14a356a1cf10281d6853d432454fa7da8f88e..895f4e61bd70b10a57fac33b7c63ec15e58784b9 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_REST_USER_POLICY_H
 #define CEPH_RGW_REST_USER_POLICY_H
 
index b52000d789525e3c013c4724a30193ba1144c8a1..9a7e3735ae6b85de4b5a4101411ba71be801cf9e 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include <errno.h>
 #include <ctime>
 #include <regex>
index d9d960d8b9f2e3d45c8c2f0af8673225713f9022..90976099acb6fa3c529fc9b9d0c0b468dc5b4480 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_ROLE_H
 #define CEPH_RGW_ROLE_H
 
index 83aa4f39320715494b238a9a83554f07d37002ab..0369806c0d92a281f1e1852545e9afeb686a7bfc 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include "rgw_service.h"
 
 #include "services/svc_finisher.h"
index a9558df74ac4e1379a962e62d9a7323b0865c7b4..316bacdb6cadfba86f6b6b845acf4adb7ae5f86f 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_SERVICE_H
 #define CEPH_RGW_SERVICE_H
 
index 3abae7f3343dce884d768ec3e9547d8dfd6bb0a4..0c0d02d5dad5dfaf3264a44e88953d7a0e2b8b8e 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include <errno.h>
 #include <ctime>
 #include <regex>
@@ -343,4 +346,4 @@ GetSessionTokenResponse STSService::getSessionToken(GetSessionTokenRequest& req)
   return make_tuple(0, cred);
 }
 
-}
\ No newline at end of file
+}
index 5a82faa532d3fe30cfef054ebabe9d6ade1de600..2c46b64e49e1ae0a639d8d6a67b42aa0b73c5ed8 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_STS_H
 #define CEPH_RGW_STS_H
 
index 78a6e8346f6782437263086f64fad85408128a81..7774e164522aba2050edadd3f6349544bf607ea5 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_SYNC_H
 #define CEPH_RGW_SYNC_H
 
index 5c60a2dc05d19f9a5131c71dedcc5aeb41a93377..cae02600477fa8a1af916b3df1188c0a26de4282 100644 (file)
@@ -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
  *
index 3c9023cf72b44a6f7288f3523154f34ef201f05f..13d1f63a1cf433e03b38001940658f1b098e8c76 100644 (file)
@@ -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
  *
index 196f98541e94a3e4d5d96db955a87c0ec169064a..88248c321014efa223e0eebbe47091e8138b8b2c 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include "rgw_common.h"
 #include "rgw_coroutine.h"
 #include "rgw_cr_rados.h"
index 88cb68c476803a0ddb4b8b93d1e86548f40f27be..dcb79851477798b426a6de49b3b938bf8fcacf77 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_SYNC_MODULE_H
 #define CEPH_RGW_SYNC_MODULE_H
 
index a9c0d5d9ee325181bca1330d199aa8069ce24366..28a7fdf8b21b6901041ce93543e90ff9df658c6b 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include "common/errno.h"
 
 #include "rgw_common.h"
index 334f466277d61142968f227144bcd22ab4f4c409..a44202b5b55fccefd2aaadf4ff08e83460e3d02f 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef RGW_SYNC_MODULE_AWS_H
 #define RGW_SYNC_MODULE_AWS_H
 
index b01f98f011de482cd7e404d4d10674d1f3fe7d37..3ee21211270a8f246302af7c47b7a8f0e86e4dd8 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include "rgw_common.h"
 #include "rgw_coroutine.h"
 #include "rgw_sync_module.h"
index 7dcda39cbf72b3bbc12b9fcaa66988e1c7620604..2e78216a2ce637679634365511f52f5bac930609 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_SYNC_MODULE_ES_H
 #define CEPH_RGW_SYNC_MODULE_ES_H
 
index ee97e473f88e507cd6ae8283e2b5369d3b2b7782..ef4841d94b84f9430bebc7f22d9eb34f33f55432 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include "rgw_sync_module_es.h"
 #include "rgw_sync_module_es_rest.h"
 #include "rgw_es_query.h"
index 4dd0698f23517dc48b759204ad1cf396f4b207ba..b31b8e2cc2117816aa6600cb148b69e1f96a79f4 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_SYNC_MODULE_ES_REST_H
 #define CEPH_RGW_SYNC_MODULE_ES_REST_H
 
index 4a64add072b656a6e69958b22809f8fe9e1f9f42..2b893aadfd5a9afd1ac04846dfcb97df6a2b9978 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include "rgw_common.h"
 #include "rgw_coroutine.h"
 #include "rgw_cr_rados.h"
index d64fb9d826de98253543eb10e7c587e5040eeed2..d0059e328e6dfc66b1d618ff3a4498f5fc844481 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_SYNC_MODULE_LOG_H
 #define CEPH_RGW_SYNC_MODULE_LOG_H
 
index 1566ff4c8b03e9a391b00cd830aa78fc8b723cfe..34aa00e939d19a3b7e52a575903a0c1f6208faf8 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_SYNC_TRACE_H
 #define CEPH_RGW_SYNC_TRACE_H
 
index 2a372f3a34fcd93e01745ba6c9bc7fc1d99e3ea6..d2925cf18a550aeee014ee6d43c1c334b88fe364 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_SYNC_LOG_H
 #define CEPH_RGW_SYNC_LOG_H
 
index 6cfbb1aa3f80440054323b61e0cd228aab63d6d4..f793c0ab8b1a752c526a8ab71f263bfd6607f194 100644 (file)
@@ -1,3 +1,5 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
 
 #include <map>
 #include <string>
index 6c8467deef02058e96143df61c3d8b93b4c69f09..fe8bbc348593a0722c53ff5cf74e2514fe3cfa62 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef RGW_TAG_H
 #define RGW_TAG_H
 
index 9d6c8bb9e3a116de963977d578da391481faf2d1..d9f52b7af857a56465f197f1c0b1e4a8e671d855 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include <map>
 #include <string>
 #include <iostream>
index a626ec64e0509237479a1cab255e764f5dcbc67d..a5c6f76e455b588df3f6b6eae616cc97b0c6b4fb 100644 (file)
@@ -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
  *
index d0496aedf59896e82166adcb1cfda18fb4ff4583..8f50133d91c0766d5f27f459bb9b1938baeebc8d 100644 (file)
@@ -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
  *
index 35d8e47b25b409b5ca5740069d75723254049ab3..7a4753e16c9ef436701d5161905ccf081bdfef2b 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include <errno.h>
 #include <stdlib.h>
 
index fd6a0d6ed5882a16d0780faee9a54493db02e58d..c135323d076b17a1703888f760f9d0fecfbf493b 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_TORRENT_H
 #define CEPH_RGW_TORRENT_H
 
index 69599e60bdf768185403a6555c779a9a5cd7b793..a546b349fc734961c20b6afa5fbff46e0b276c19 100644 (file)
@@ -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
  *
@@ -12,6 +13,7 @@
  * Foundation.  See file COPYING.
  * 
  */
+
 #include "common/debug.h"
 #include "common/ceph_json.h"
 
index 7695345cb8c818c0fc4d19b84c6f27ca7be39a74..fb6a2d4d9468a0c5176927323f4bfe9abb2adc5e 100644 (file)
@@ -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
  *
@@ -12,6 +13,7 @@
  * Foundation.  See file COPYING.
  * 
  */
+
 #ifndef RGW_WEBSITE_H
 #define RGW_WEBSITE_H
 
index ff64efca7223b82a5f219d8348d62147ee498428..44a9364b8028b027afeb3c8136683c42de34284e 100644 (file)
@@ -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
  *
@@ -12,6 +13,7 @@
  * Foundation.  See file COPYING.
  * 
  */
+
 #include "rgw_common.h"
 #include "rgw_xml.h"
 
index 5366ebdb0feed69d122e58bb7aace32b54a748d2..e8f0d452f4f4fd5dd07e617313c6e37c4d49c7c9 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #include "common/errno.h"
 
 #include "rgw_zone.h"
index f982915382ceb099cfc61dc1d294608ecf90141b..5670825d3b1e9b6f613873c9eae788ccf80a90ac 100644 (file)
@@ -1,3 +1,6 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
 #ifndef CEPH_RGW_ZONE_H
 #define CEPH_RGW_ZONE_H