]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/librbd/fsx.c: fix indentation (NESTING_INDENT_MISMATCH)
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 27 Oct 2014 17:24:36 +0000 (18:24 +0100)
committerSage Weil <sage@redhat.com>
Mon, 27 Oct 2014 19:44:26 +0000 (12:44 -0700)
commit09edada98c4427c24ff0c68dcd21d02669e0809b
tree39679d18e2b527d9db625c09b18a1f90b049dfe5
parentc92d47e5c22f2333e0543fedca141b2b606024b0
test/librbd/fsx.c: fix indentation (NESTING_INDENT_MISMATCH)

Fix indentation to the same as the original fsx.c .

Fix for Coverity issue:

CID 1219473 (#1-2 of 2): Nesting level does not match indentation
(NESTING_INDENT_MISMATCH)
 uncle: This statement is indented to column 25, as if it were
 nested within the preceding parent statement, but it is not.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/test/librbd/fsx.c