From dc1b96cd88bdb05a0efd04e61f781bac131565ca Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 12 Jan 2021 13:53:05 +0800 Subject: [PATCH] osd/pg_scrubber: use tab-width:8 Signed-off-by: Kefu Chai --- src/osd/pg_scrubber.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/pg_scrubber.cc b/src/osd/pg_scrubber.cc index a558e0e885795..a7501da146c27 100644 --- a/src/osd/pg_scrubber.cc +++ b/src/osd/pg_scrubber.cc @@ -1,4 +1,4 @@ -// -*- mode:C++; tab-width:2; c-basic-offset:2; indent-tabs-mode:t -*- +// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=2 sw=2 smarttab #include "pg_scrubber.h" -- 2.39.5