]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon,cephfs: fix indentation level of a code block
authorRishabh Dave <ridave@redhat.com>
Fri, 18 Oct 2024 15:33:31 +0000 (21:03 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 18 Oct 2024 15:33:31 +0000 (21:03 +0530)
commita2566ce4c4159cd7cc507bc0247bd11aba20f9a8
treec7de7a12261965060e532ce8285d7107546c8738
parent8978b85bb063870ba9257877143c5f56a729586b
mon,cephfs: fix indentation level of a code block

Like rest of the code blocks, this code block too should be preceded by
4 spaces. It is preceded by 2 spaces right now which is incorrect.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
src/mon/FSCommands.cc