mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +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)
|
Result fsIsExFatSupported(bool* out)
|
||||||
{
|
{
|
||||||
if (!kernelAbove200()) {
|
if (!kernelAbove200()) {
|
||||||
*out = false;
|
*out = false;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
IpcCommand c;
|
IpcCommand c;
|
||||||
|
Loading…
Reference in New Issue
Block a user