[REISERFS] Convert a tab to spaces
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 28 Apr 2019 16:18:23 +0000 (18:18 +0200)
committerHervé Poussineau <hpoussin@reactos.org>
Mon, 27 May 2019 11:22:40 +0000 (13:22 +0200)
commit2944d29969b273f02670de86a74037175dc54db3
tree7ed76324aeed6a356169393e0bf35624d287fa97
parent9dc6c14eca4ec17c98d962dd7d9e15aa68098965
[REISERFS] Convert a tab to spaces

Fixes GCC 8 warning:
drivers/filesystems/reiserfs/src/memory.c:874:5: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
     if (Mcb->RfsdFcb)
     ^~
drivers/filesystems/reiserfs/src/memory.c:877:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (RfsdLoadInode(Vcb, &(Mcb->Key), &RfsdIno)) {
  ^~
drivers/filesystems/reiserfs/src/memory.c