]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
plugins/memblaze: Code style fixes
authorTomas Bzatek <tbzatek@redhat.com>
Tue, 15 Mar 2022 15:01:54 +0000 (16:01 +0100)
committerTomas Bzatek <tbzatek@redhat.com>
Tue, 15 Mar 2022 15:01:54 +0000 (16:01 +0100)
commitce8856285ba43d9a31fb4509429b3246b9551907
treed593de2622a985e5394c56fab73a0b003170a230
parent7e1b83b3f976259f025303eb89bb727bb913288a
plugins/memblaze: Code style fixes

clang complains, purely cosmetic change:

 ../plugins/memblaze/memblaze-nvme.c:1119:2: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
         return err;
         ^
 ../plugins/memblaze/memblaze-nvme.c:1102:7: note: previous statement is here
     } else if (err > 0)
       ^
plugins/memblaze/memblaze-nvme.c