]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: modelines
authorSage Weil <sage@inktank.com>
Thu, 10 Jul 2014 17:54:51 +0000 (10:54 -0700)
committerSage Weil <sage@inktank.com>
Thu, 10 Jul 2014 17:54:51 +0000 (10:54 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
84 files changed:
src/rgw/rgw_acl.cc
src/rgw/rgw_acl.h
src/rgw/rgw_acl_s3.cc
src/rgw/rgw_acl_s3.h
src/rgw/rgw_acl_swift.cc
src/rgw/rgw_acl_swift.h
src/rgw/rgw_aclparser.cc
src/rgw/rgw_admin.cc
src/rgw/rgw_auth_s3.cc
src/rgw/rgw_auth_s3.h
src/rgw/rgw_bucket.cc
src/rgw/rgw_bucket.h
src/rgw/rgw_cache.cc
src/rgw/rgw_cache.h
src/rgw/rgw_civetweb.cc
src/rgw/rgw_civetweb.h
src/rgw/rgw_client_io.cc
src/rgw/rgw_client_io.h
src/rgw/rgw_common.cc
src/rgw/rgw_dencoder.cc
src/rgw/rgw_env.cc
src/rgw/rgw_fcgi.cc
src/rgw/rgw_fcgi.h
src/rgw/rgw_formats.h
src/rgw/rgw_gc.cc
src/rgw/rgw_gc.h
src/rgw/rgw_http_client.cc
src/rgw/rgw_http_client.h
src/rgw/rgw_http_errors.h
src/rgw/rgw_json_enc.cc
src/rgw/rgw_jsonparser.cc
src/rgw/rgw_keystone.cc
src/rgw/rgw_keystone.h
src/rgw/rgw_loadgen.cc
src/rgw/rgw_loadgen.h
src/rgw/rgw_log.cc
src/rgw/rgw_log.h
src/rgw/rgw_main.cc
src/rgw/rgw_metadata.cc
src/rgw/rgw_metadata.h
src/rgw/rgw_multi.cc
src/rgw/rgw_multi.h
src/rgw/rgw_multi_del.cc
src/rgw/rgw_multi_del.h
src/rgw/rgw_multiparser.cc
src/rgw/rgw_op.cc
src/rgw/rgw_policy_s3.cc
src/rgw/rgw_policy_s3.h
src/rgw/rgw_rados.cc
src/rgw/rgw_rados.h
src/rgw/rgw_replica_log.cc
src/rgw/rgw_replica_log.h
src/rgw/rgw_resolve.cc
src/rgw/rgw_resolve.h
src/rgw/rgw_rest.cc
src/rgw/rgw_rest.h
src/rgw/rgw_rest_admin.h
src/rgw/rgw_rest_bucket.cc
src/rgw/rgw_rest_bucket.h
src/rgw/rgw_rest_client.cc
src/rgw/rgw_rest_client.h
src/rgw/rgw_rest_conn.cc
src/rgw/rgw_rest_conn.h
src/rgw/rgw_rest_s3.cc
src/rgw/rgw_rest_s3.h
src/rgw/rgw_rest_swift.cc
src/rgw/rgw_rest_swift.h
src/rgw/rgw_rest_usage.cc
src/rgw/rgw_rest_usage.h
src/rgw/rgw_rest_user.cc
src/rgw/rgw_rest_user.h
src/rgw/rgw_string.h
src/rgw/rgw_swift.cc
src/rgw/rgw_swift.h
src/rgw/rgw_swift_auth.cc
src/rgw/rgw_swift_auth.h
src/rgw/rgw_tools.cc
src/rgw/rgw_tools.h
src/rgw/rgw_usage.cc
src/rgw/rgw_usage.h
src/rgw/rgw_user.cc
src/rgw/rgw_user.h
src/rgw/rgw_xml.cc
src/rgw/rgw_xml.h

index 025045248479fc45c91111fb2c37f4d6e885e051..657eb6e455da4d3a0cc154fcd71fadab675549f8 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 c06e9eb3c8846a7dd294c76ce2e29509d71bb4bc..2de62e768dcb29a4ee3bf6779d7b33901553bb1d 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_ACL_H
 #define CEPH_RGW_ACL_H
 
index 71c868266762a3a1dde542426706e732b23ac9c2..8dca6233feed1bb6bac66be2a0a16b5e9cd32d2f 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 6c14d1df1ad312bb6a60f11bf7e9dc23e3f241d5..7727732f4bda88222d0cfb64895fc7d6888810fa 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_ACL_S3_H
 #define CEPH_RGW_ACL_S3_H
 
index b02ce90f538fb24fe7194dc24933c8ec8e65d0d6..bdfa8f73dc8e5eeb7bd50eedc035d2c46d8b365f 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 <string.h>
 
index 9447276641ec1ddd8b79271f6ffee9643436c796..b26a39ece7187dfff13eeb7a3e74967bcae3a12e 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_ACL_SWIFT_H
 #define CEPH_RGW_ACL_SWIFT_H
 
index 8eb2a5eb28d64748ee48c3b7d0ecd33066a79fbd..4367fd45bfe13568122027135bb065ee4ebaa7f0 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 "common/ceph_context.h"
index 5d4220996fb46d1272c8dcefbc0d8d947ea30461..052dd2559d54bd9673d12a868bb9fc68a9b505a7 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 <iostream>
 #include <sstream>
index b8246b784fa47947adea3b97477638eeb683e0b1..b9151d26496da11b0392498e5f9c54835c519b53 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/armor.h"
 #include "rgw_common.h"
index 33aa28414ca7c8eab0bd5d590469f6abe498efc2..3a7da098c6a64d733fc5559c2c39fed5342f6292 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_AUTH_S3_H
 #define CEPH_RGW_AUTH_S3_H
 
index 86844243b7478473b333627a23ef8ab52538baaa..298df5064111219df5a1f8adcefe9eef805c1c30 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 <string>
index 0cf4cd1e03af7188227efd21e9862bd0f06ea966..3bdd68c057d0d0256bbc361422d99d9a3041a4f0 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_BUCKET_H
 #define CEPH_RGW_BUCKET_H
 
index 66ee123f41b0b6945a62aa613675850befcee877..d1e80936b91f0c5291aa48654b385d026c9626d6 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_cache.h"
 
 #include <errno.h>
index f8120e20e99ecdb5636644c1aac024c2a69e4743..c0a0e243af76d9ffe73e55bc55d0833829efaf2c 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_RGWCACHE_H
 #define CEPH_RGWCACHE_H
 
index a31177fb394b27a9e7704ece7cf9fca28e1f4186..41f1e90e4521fc54ff727b848cfb8a7ab1c2d4de 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 <string.h>
 
index c1df9f08a5bb9fa2c567c83585a132ce12777498..9a7594fe8fb6330eac34814dbdf0a27c2fee1c38 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_MONGOOSE_H
 #define CEPH_RGW_MONGOOSE_H
 
index 193f44e96e001c43aa5e67eeda8deb2b19cafdbe..5e8edbf311236708e46c6cbaa461fb2390d60f03 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 <stdio.h>
 #include <stdlib.h>
index 2e8720e502ddbc39fcf083edfd462665ccd063ef..dc90db3db6162025fb6b769fc8e5b2b1fadff368 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_CLIENT_IO_H
 #define CEPH_RGW_CLIENT_IO_H
 
index 0bf25922f01c60e47e7d44fbc11bc0debb01184b..7418850fcf794662f38de6b47c79a0006935468b 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 "json_spirit/json_spirit.h"
index 2c8c758a6422695de6fdae1e6062cfb5a940f7cf..4ec4736c9ae5e5d6f67107b29bd1502869474806 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 "rgw_common.h"
 #include "rgw_rados.h"
index faa8d8f54d842b98485febb8882c8759b0771958..ffa479be73f545ae02fad143a949eb8d02fe09d7 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_log.h"
 
index 4b24dabe5568a790b1dc1a15829bf6d458e665ee..14f9c2797016f1e9ecc4023bee3d18eb301c372c 100644 (file)
@@ -1,4 +1,5 @@
-
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
 
 #include "rgw_fcgi.h"
 
index fabc77a0f1bad4f9185f4e793c5dac4016828d4f..8fc96fce18394ab3a0232301bc0b5916fdd8d6e7 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_FCGI_H
 #define CEPH_RGW_FCGI_H
 
index 3653ef4f480790bcac6cca2734746990e2f1d7bb..017be090cd20bece0fc5d3cb41a6401809f7a50d 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_FORMATS_H
 #define CEPH_RGW_FORMATS_H
 
index a20042d49ebbf7d2dc372f646a6d2d21d9e9e965..b12b634db97d66a6da2f2b33a15cb1615b62a405 100644 (file)
@@ -1,4 +1,5 @@
-
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
 
 #include "rgw_gc.h"
 #include "include/rados/librados.hpp"
index afaead49258f8f75994eb001438fe06f042e9fc2..643a81cc6e8777fc3c31e67061a5b93b007c3069 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_GC_H
 #define CEPH_RGW_GC_H
 
index 1c6b6d4d71ba0e1929230ec23268b8be728dd0bb..ce4c10ec11a490f16f8583e072ce13002cb8ac9e 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 <curl/curl.h>
 #include <curl/easy.h>
 #include <curl/multi.h>
index 3c0040424a41ca230cb0612fe90f302bc72a0403..9e0e314db38597ccdc46a8bbd091885a56e578b9 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_HTTP_CLIENT_H
 #define CEPH_RGW_HTTP_CLIENT_H
 
index 0ab19addac06826cb4bf8c874510fd98645e0fd4..9261df476ab852046901b6a71759b23852fb6e0e 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_HTTP_ERRORS_H_
 #define RGW_HTTP_ERRORS_H_
 
index a1986782d11124c362c1fcdc722c5084c1d23006..44db537c5ed727b9ded5d2e5fe432359c10533e7 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 "rgw_common.h"
 #include "rgw_rados.h"
index ec1c4ce2355740ed69cd2135d98d0f0fc37248f2..b4b709ce8c71ff325f8dce513f29d1e279f84c23 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 <string.h>
 
index 7c74665412969c6eed08bc060c6d0f274915053c..7c5d206390f90cc5a6184e42f7450dcee8820284 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 <fnmatch.h>
 
index 9b2e03e2cac175df529e588d7aa7dc2a3d6959fa..a9600acaac87a3329c9e692784ced4a23869c56c 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_KEYSTONE_H
 #define CEPH_RGW_KEYSTONE_H
 
index 01cf1a35f094bb794da8450a779e7978b676171a..59b94625b0ce6fcfd79e1865ef972b2763eccce0 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 <string.h>
 
index 5459330ce3867281e0b561633e3b39f852f2a14e..5a65ff430c0497833da2e012dce22a3a8673fdb3 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_LOADGEN_H
 #define CEPH_RGW_LOADGEN_H
 
index 26737614111a5f3eb177bd042f1532435c753689..c23a51851b8c4f5ea263b55a0c5c98370a384419 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/Clock.h"
 #include "common/Timer.h"
 #include "common/utf8.h"
index 37e387d4ce6d656284abd61af387b3dd07f371aa..4fd195769885b47a71fbf28363aabf617211d727 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_LOG_H
 #define CEPH_RGW_LOG_H
 
index 0290a9dd3e2a3b672a188f9df8ec0239c2c4e038..59a268dc1660c4bfd4612039dc331e36d5537f41 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 <stdlib.h>
 #include <stdio.h>
 #include <string.h>
index 3e942fcf985c33cdf4ebd40fa24a9e38f3dab59c..fb96b506c0f5727f32b57a71af35448fe8df3964 100644 (file)
@@ -1,4 +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_metadata.h"
index 0145208dc28ff2e331ac763423bbefcd8a5e60c0..8063cf7ac3847cc42920ec9b4c73ddf20bd00b00 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_METADATA_H
 #define CEPH_RGW_METADATA_H
 
index 74d18ba7a91d995b168fddf7e5322a7c12634335..a1fba2d64fffdc61d313103216a2665cff0e301d 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 f24f71d989675f4be10a2e9c90f55c1ae9c841cb..5dc14cc52a14a2f1ee9297c77209b2e6223be365 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_MULTI_H
 #define CEPH_RGW_MULTI_H
 
index 502212f06918014ac32341bdeb8afb985b966bae..711fc4b769a2f0b6ffbf03d9bb65a73caac00908 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 94182f8848db0d5cbbe5cc83f3e5f652e9ed556a..ffc5948fdcb23fb42791d32b4bfba6e938872af8 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_MULTI_DELETE_H_
 #define RGW_MULTI_DELETE_H_
 
index 2f4d8d94bee4f3e1259cc1a4939f7072304e44b2..48a64b4544f3234c23daccd62a12aff5e081a3ea 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 a66066f5a54b2f06af15cc294016393516afa7b2..56b498d6af0bf45e6d4a88896439f9e12aeaa276 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 <errno.h>
 #include <stdlib.h>
index fac05f18884b6fc547d4eb3d11e46a8be46f221d..3843511775d398e33e2b781da600e9a46e2cf6f5 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 <errno.h>
 
index 84a2ee71751f50635b17da5262413e5e52a0a25a..9768055d7258e64f6776a53530e83f16065e0a91 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_POLICY_H
 #define CEPH_RGW_POLICY_H
 
index 4ef66d6a78205ff42446c5f59edb4747921c9ef7..bf3eceefe942ddb0fa40b9fc8bc58ac3b0a7f4a8 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>
 #include <sys/types.h>
index f00e21579d8d88181145e91d1d358177da22209d..05525ab83b04b2d2b19aea68bf6f76b147d5e9bc 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_RGWRADOS_H
 #define CEPH_RGWRADOS_H
 
index f80ebf88525bfbe7c9cb5d3caaaba184acf908b1..961abc2e188061deec4170b255f699b13e4ba532 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
 /*
  * Ceph - scalable distributed file system
  *
index f02fa423a615a96f1cc96594be4fc277b7e21b20..456b230a6520e3a3f31d1659b0c281be367f12f3 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
 /*
  * Ceph - scalable distributed file system
  *
index b94e41f6878de1155a8c18d8a4ac253130f58a44..a69658966b98b78f85234ef8a38a10a84fa356a7 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 <sys/types.h>
 #include <netinet/in.h>
 #include <arpa/nameser.h>
index 3b29ba580fe4ca5f4f2a2bb99d6affdfc919ff65..7e127f8554b3f281d77a355de5dc6d9f894d692b 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_RESOLVE_H
 #define CEPH_RGW_RESOLVE_H
 
index 69948a6735bfe9fa9441e76c0c476f8b9ead086e..aba9d58b19396626a4cd0c3303af6afa41aae4de 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 <limits.h>
 
index 38ffd8c3ca495e77296b6ee812cd674d2dcb5cda..cc43c2ec49fbd0face55cf047559a7b68a49d695 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_H
 #define CEPH_RGW_REST_H
 #define TIME_BUF_SIZE 128
index 25470f9faf25816a28967ceb2a326d4cacc6edb4..7f86b246f6026ba3b248c642de04fa2b04bad03a 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_ADMIN_H
 #define CEPH_RGW_REST_ADMIN_H
 
index b2ec5ae231bd8d9cda5ecd526f69f602cfda354a..772f2860242438fca471d57af1d4716c2c6185e2 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_op.h"
 #include "rgw_bucket.h"
 #include "rgw_rest_bucket.h"
index bb70643681c14464c72d1bec7f41f8efc4e1187f..542bec644ef95aa06dac79e09e5b7ce3b66ce51b 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_BUCKET_H
 #define CEPH_RGW_REST_BUCKET_H
 
index 256db77aba77148d01c598f09fb80d9b266b9818..34ae311b6cfb3ed08a70303182085507bcc6bab2 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_rest_client.h"
 #include "rgw_auth_s3.h"
index a12c3dd7ff2115f153c6b2066805a3bfc6f5ae7a..ccbb01c7257466857d1fb384733ce06419dc6c71 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_CLIENT_H
 #define CEPH_RGW_REST_CLIENT_H
 
index 32bf0eaacd39001c748801feaa2aeb37b714a393..9ab553cc556e55835ad53ab7619d67f8f2caa35b 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_rest_conn.h"
 
index 4a0b6087d263b2b6229abc9cb237bf8321545826..209ddcf9892ead6c97e0486e58dffa6fa44e6c7e 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_CONN_H
 #define CEPH_RGW_REST_CONN_H
 
index b28c2a947922525ee6ae30f667c18c6cd77c83f4..7780b32427650293a1a0d867f17380984c201224 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 <string.h>
 
index e62334b9585d034adef491dbf9f62c07d975f29b..642a41102ed331413f3de26eea77028351df6786 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_S3_H
 #define CEPH_RGW_REST_S3_H
 #define TIME_BUF_SIZE 128
index 507a7ffc3ea1427ff95f98c9ae2e1dba42d0f23b..cb0a593c4aa97258cd55f76602c28a18d69c8b52 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/Formatter.h"
 #include "common/utf8.h"
index 27a31aaa308df3c1c32392f97ff7f8eaf88d2ee4..2374e15bd0fd25e0bc7a49c11ff92dedb7aeb0c1 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_SWIFT_H
 #define CEPH_RGW_REST_SWIFT_H
 #define TIME_BUF_SIZE 128
index 8efb261ae6165ec7bc38d71a44722ae3c82c6817..84722972007e1944a5bc6421cfdb0a972323e467 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_op.h"
 #include "rgw_usage.h"
 #include "rgw_rest_usage.h"
index a6eb3d57200f02db505ba7144011b841265e6aa2..1851ddfc3d5f8527a7dd4c45af44ecc261034206 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_USAGE_H
 #define CEPH_RGW_REST_USAGE_H
 
index ac0952ca2c4fad59af17054948bf4c0f601748e1..559e4cb088c3d03670ba7fb948d02b186bf18938 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/ceph_json.h"
 
 #include "rgw_op.h"
index 1fe29d650c8da1f10ac6ded6620cadced6f93aa9..4fe22f7366c8b8f4a924c4361781d74d7380e2f0 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_USER_H
 #define CEPH_RGW_REST_USER_H
 
index 3c881a10a914f620fb615b4a883635f1784139d2..74e023b4cb19e006017e90f049f9f9e205c9aba3 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_STRING_H
 #define CEPH_RGW_STRING_H
 
index d9654a7608ded86d168bf00d9b91945ef71e835c..743cbf139e6464b6ebbe8267089fd4a0262801fe 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 <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
index 97347e8069180b81cddbc3ad8997260bdd731f38..6959bb09207e28c1497a66ac24a97785edd6d345 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_SWIFT_H
 #define CEPH_RGW_SWIFT_H
index 9c800c4c2c71d3edcb6076d5680dbe803eeac23a..ccbe3db3b5fa2cb8e16c39f28a455d86e88974f0 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_swift_auth.h"
 #include "rgw_rest.h"
 
index 6d50d945641fd63f28b8828d5bb1c0900881cce2..1202e78f091c02915b99ef09cabe7b7c012f6c42 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_SWIFT_AUTH_H
 #define CEPH_RGW_SWIFT_AUTH_H
 
index ca6d06e75ca4786b827fa5585c3b3122c6a5c6d3..158bb796b5a64e05427c55ab1d11fe6ebc400971 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 "common/errno.h"
index 1dfebffca4761cef3685ba7d3c79b3ab1ef4143f..8a7bf0cb2e044554aa15c91b75a86e700a1daa71 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_TOOLS_H
 #define CEPH_RGW_TOOLS_H
 
index f5016913b6810ca3fb29b322e040a382d1666fad..486d96aa8834e390144dcdf16563efd32d3ce90b 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 <string>
 #include <map>
index 76ae0f54458418c2d900a11b21fec6e1c849e9c7..89dfdf7d1dbffed5dbb772d39dd8def006f6fb69 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_USAGE_H
 #define CEPH_RGW_USAGE_H
 
index d391f44713ead90b68fa68b92ee84e6aea4f221e..f21670a115e0b561f3d00349ae250114815997cd 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 <string>
index bf5c85c8d06aa2b154aa8cebadf6ea05a54b26c2..f9b76e048b271759c1ee7a837ef8c5e6498e7f4f 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_USER_H
 #define CEPH_RGW_USER_H
 
index 56ca00ec922e1b5ddc873b0c8288501ba5ae4c1b..3e38f8070107ff4feeab008881d414ff623dce3e 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 5004e98bcf21f973c9e3ee3080305071339d900a..164e97a70dc52762f5128082674799af0ac6e90e 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_XML_H
 #define CEPH_RGW_XML_H