From f8dfa1da3e3ac54063cbcc38dba4e6ba75575d9b Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 28 Jan 2021 20:55:11 +0800 Subject: [PATCH] crimson/osd: use spaces for indent Signed-off-by: Kefu Chai --- src/crimson/osd/pg.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/crimson/osd/pg.cc b/src/crimson/osd/pg.cc index 45cab841a89..62460df68d8 100644 --- a/src/crimson/osd/pg.cc +++ b/src/crimson/osd/pg.cc @@ -1,5 +1,5 @@ -// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- -// vim: ts=8 sw=2 smarttab +// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- +// vim: ts=8 sw=2 smarttab expandtab #include "pg.h" -- 2.39.5