Fix whitespace

This commit is contained in:
plutooo 2018-12-09 19:07:39 +01:00
parent d3da66e418
commit bfad4d4557

View File

@ -428,8 +428,8 @@ Result fsOpenSdCardDetectionEventNotifier(FsEventNotifier* out) {
Result fsIsExFatSupported(bool* out) Result fsIsExFatSupported(bool* out)
{ {
if (!kernelAbove200()) { if (!kernelAbove200()) {
*out = false; *out = false;
return 0; return 0;
} }
IpcCommand c; IpcCommand c;