From aa2711359d85050deba404d2eb9cf8a31fa04cbe Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Tue, 15 Dec 2020 01:13:34 -0400 Subject: [PATCH] Replace tabs with spaces. --- nx/source/services/fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/services/fs.c b/nx/source/services/fs.c index f2e61d38..1cea5829 100644 --- a/nx/source/services/fs.c +++ b/nx/source/services/fs.c @@ -236,7 +236,7 @@ Result fsCreateSaveDataFileSystem(const FsSaveDataAttribute* attr, const FsSaveD const struct { FsSaveDataAttribute attr; FsSaveDataCreationInfo creation_info; - FsSaveMeta meta; + FsSaveMeta meta; } in = { *attr, *creation_info, *meta }; return _fsObjectDispatchIn(&g_fsSrv, 22, in);