]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: reformat scrub files to 80 cols 46100/head
authorRonen Friedman <rfriedma@redhat.com>
Sat, 30 Apr 2022 13:43:58 +0000 (13:43 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Sat, 30 Apr 2022 13:43:58 +0000 (13:43 +0000)
commit7e2ba75f07d12b6d8e925d4291e3d3c5168d80cb
tree2a7ec1a89f7bcd90820e7070f4b0bd1b385432b1
parentdbca95185edaed5f8a76759ae784303842c569dd
osd/scrub: reformat scrub files to 80 cols

Reformatting the OSD scrub code files to match styleguide.
Specifically:
- force 80-cols lines; and
- (sadly) force 'use tabs' (replacing each 8 indentation
  blanks with a tab.

clang-format version used: 13
Configuration file used is detailed in PR comment.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/scrubber/PrimaryLogScrub.cc
src/osd/scrubber/PrimaryLogScrub.h
src/osd/scrubber/ScrubStore.h
src/osd/scrubber/osd_scrub_sched.cc
src/osd/scrubber/osd_scrub_sched.h
src/osd/scrubber/pg_scrubber.cc
src/osd/scrubber/pg_scrubber.h
src/osd/scrubber/scrub_machine.cc
src/osd/scrubber/scrub_machine.h
src/osd/scrubber/scrub_machine_lstnr.h
src/osd/scrubber_common.h