reactos/drivers/filesystems
Timo Kreuzer 2944d29969 [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)) {
  ^~
2019-05-27 13:22:40 +02:00
..
btrfs [BTRFS] Upgrade to 1.2.1 2019-05-11 11:20:02 +02:00
cdfs [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
ext2 [CRT] Add missing posix error codes 2019-05-27 13:22:40 +02:00
fastfat [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
fastfat_new [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
ffs [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
fs_rec [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
msfs [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
mup [MUP] Use _SEH2_AbnormalTermination() instead of _abnormal_termination() 2019-04-07 19:28:18 +02:00
nfs [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
npfs [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
ntfs [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
reiserfs [REISERFS] Convert a tab to spaces 2019-05-27 13:22:40 +02:00
udfs [UDFS] Fix macros to support 'bit' being a complex expression 2019-04-07 19:28:18 +02:00
CMakeLists.txt Addendum to 45fd48b 2018-08-21 12:41:50 +02:00