mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Fix whitespace
This commit is contained in:
parent
d3da66e418
commit
bfad4d4557
@ -428,8 +428,8 @@ Result fsOpenSdCardDetectionEventNotifier(FsEventNotifier* out) {
|
||||
Result fsIsExFatSupported(bool* out)
|
||||
{
|
||||
if (!kernelAbove200()) {
|
||||
*out = false;
|
||||
return 0;
|
||||
*out = false;
|
||||
return 0;
|
||||
}
|
||||
|
||||
IpcCommand c;
|
||||
|
Loading…
Reference in New Issue
Block a user