From 424d3d8b8ab10a0b191dc39c89253d6eaed87245 Mon Sep 17 00:00:00 2001 From: Shiyang Ruan Date: Mon, 12 Nov 2018 14:29:43 +0800 Subject: [PATCH] rbd_mirror: restore the header annotation. Signed-off-by: Shiyang Ruan --- src/tools/rbd_mirror/PoolReplayer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/rbd_mirror/PoolReplayer.cc b/src/tools/rbd_mirror/PoolReplayer.cc index a98a101f983..dd807c5c927 100644 --- a/src/tools/rbd_mirror/PoolReplayer.cc +++ b/src/tools/rbd_mirror/PoolReplayer.cc @@ -1,4 +1,4 @@ - +// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "PoolReplayer.h"