]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson: add editor properties header 33408/head
authorKefu Chai <kchai@redhat.com>
Tue, 18 Feb 2020 13:46:37 +0000 (21:46 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 18 Feb 2020 13:50:59 +0000 (21:50 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
13 files changed:
src/crimson/common/buffer_io.cc
src/crimson/common/config_proxy.cc
src/crimson/common/config_proxy.h
src/crimson/common/log.cc
src/crimson/common/log.h
src/crimson/common/perf_counters_collection.cc
src/crimson/common/perf_counters_collection.h
src/crimson/mgr/client.cc
src/crimson/mon/MonClient.cc
src/crimson/mon/MonClient.h
src/crimson/osd/osd_meta.cc
src/crimson/osd/pg_meta.cc
src/crimson/osd/replicated_backend.cc

index 9a08228077f5bda999ba17feb7b57c6e09d1ca3a..7bdab058974335c27cd1e8423f71319dd950a1ba 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 "buffer_io.h"
 
 #include <seastar/core/reactor.hh>
index f3d6e29bd0289d43a6bcb72d02b20294e327ec5f..aa0214bc37acc72db7c1a36f8af7f9e3725920ba 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 "config_proxy.h"
 
index 5ef222517574e9c876f7a4784d81db7a8039ad61..f0c1e592317379d0030db40f634d79804fe0aa58 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
 
 #pragma once
 
index 397337777b8d98de33fe935841d082c58a99f1e3..cae9f6a7bd90e601f6552c21c19fbeae7c690279 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 "log.h"
 
 static std::array<seastar::logger, ceph_subsys_get_num()> loggers{
index 132ddd2dc8e7308fe3a5f38f4b454c29ef817dfe..63534909822c43550fc6c34f2b93a5c4d5c72558 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
+
 #pragma once
 
 #include <seastar/util/log.hh>
index d31923386604e20619245cc3514b150a9f02b14f..af80dbcc2f17c324a6236e5d1eee979708cdce3a 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 "perf_counters_collection.h"
 
 namespace crimson::common {
index 8d7727e452dff1069298af4c68b096fe6354bc33..be32f6f1e53d20e69d8f81db0862175e0bed802e 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
+
 #pragma once
 
 #include "common/perf_counters.h"
index 638525cd75804fe027009643afe78f1daa7ff9b0..9a9c78580c83da98d1a7ce3bcf979ed766fcf131 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 "client.h"
 
 #include "crimson/common/log.h"
index 8a2a116544c9f2155646be122050eab248a00044..c4464fc6f97c0281d6cf63dee1c92c1977788e20 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 "MonClient.h"
 
index 3868954c14351e70b4b301d2132f58a67f691455..65665f7a4d88a15b5141ce94c3da345ea79916af 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
 
 #pragma once
 
index e7a1f06196442bd2550db9eead00df4e8515e330..56b627e7441a25740c5c207dd7ef5ec8e5f4eccf 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 "osd_meta.h"
 
 #include <fmt/format.h>
index 6ca3f00f6b9a5cd8532b5552f05a413fa6160445..e07ac6a6e339c148c5057ad24300579a37026aee 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 "pg_meta.h"
 
 #include <string_view>
index 18c98faeadb2ed92d2b9469fb7c43ab1e8397815..5d42375e092cea662dc94f29557f4f500ffcc5f5 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 "replicated_backend.h"
 
 #include "messages/MOSDRepOpReply.h"