]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/async: add missing modelines
authorSage Weil <sage@redhat.com>
Wed, 19 Dec 2018 20:52:18 +0000 (14:52 -0600)
committerSage Weil <sage@redhat.com>
Thu, 3 Jan 2019 17:17:31 +0000 (11:17 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/msg/async/Protocol.h
src/msg/async/ProtocolV1.cc
src/msg/async/ProtocolV1.h
src/msg/async/ProtocolV2.cc
src/msg/async/ProtocolV2.h

index e6f04bff8a8a148339ca838e685b279d2d21e401..faa9e127fdeafbc1741f2943c712bff16106284d 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 _MSG_ASYNC_PROTOCOL_
 #define _MSG_ASYNC_PROTOCOL_
 
index e21d8ed1f6c73a445e0e0b499d88d7be8c4dd7e0..a5a90928cccd59a32603a95bed3e71fdef120824 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 "ProtocolV1.h"
 
 #include "common/errno.h"
index e01ec863605621f65fb30c1955d40256e7441a21..7973b07eecdf996e1218b94d0cb23baabe670841 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 _MSG_ASYNC_PROTOCOL_V1_
 #define _MSG_ASYNC_PROTOCOL_V1_
 
index dc6c21e04aa3caa65d5fbbd959de0bf940583190..ca8f91a448964682d91785af291e8b0c359c2348 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 "ProtocolV2.h"
 
 #include "common/errno.h"
index 81de9abb9aa3e3bd7ceb607c4863be54fc0dbf1c..2439e22b558b322b3596f1eccddeda35a982569d 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 _MSG_ASYNC_PROTOCOL_V2_
 #define _MSG_ASYNC_PROTOCOL_V2_