From: Kefu Chai Date: Thu, 28 Jan 2021 12:55:11 +0000 (+0800) Subject: crimson/osd: use spaces for indent X-Git-Tag: v17.1.0~3115^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f8dfa1da3e3ac54063cbcc38dba4e6ba75575d9b;p=ceph.git crimson/osd: use spaces for indent Signed-off-by: Kefu Chai --- diff --git a/src/crimson/osd/pg.cc b/src/crimson/osd/pg.cc index 45cab841a89fb..62460df68d8b8 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"