mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 11:22:15 +02:00
Replace tabs with spaces.
This commit is contained in:
parent
90e223e75b
commit
aa2711359d
@ -236,7 +236,7 @@ Result fsCreateSaveDataFileSystem(const FsSaveDataAttribute* attr, const FsSaveD
|
|||||||
const struct {
|
const struct {
|
||||||
FsSaveDataAttribute attr;
|
FsSaveDataAttribute attr;
|
||||||
FsSaveDataCreationInfo creation_info;
|
FsSaveDataCreationInfo creation_info;
|
||||||
FsSaveMeta meta;
|
FsSaveMeta meta;
|
||||||
} in = { *attr, *creation_info, *meta };
|
} in = { *attr, *creation_info, *meta };
|
||||||
|
|
||||||
return _fsObjectDispatchIn(&g_fsSrv, 22, in);
|
return _fsObjectDispatchIn(&g_fsSrv, 22, in);
|
||||||
|
Loading…
Reference in New Issue
Block a user