From bfad4d45575bbb56c3b0db1d8f5b25a194ec3f6b Mon Sep 17 00:00:00 2001 From: plutooo Date: Sun, 9 Dec 2018 19:07:39 +0100 Subject: [PATCH] Fix whitespace --- nx/source/services/fs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/source/services/fs.c b/nx/source/services/fs.c index 909c8e80..59d5a119 100644 --- a/nx/source/services/fs.c +++ b/nx/source/services/fs.c @@ -428,8 +428,8 @@ Result fsOpenSdCardDetectionEventNotifier(FsEventNotifier* out) { Result fsIsExFatSupported(bool* out) { if (!kernelAbove200()) { - *out = false; - return 0; + *out = false; + return 0; } IpcCommand c;