From 79e6334c8de9bf08d7abe632249dc506b03b4d2c Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 9 Nov 2018 01:27:35 -0800 Subject: [PATCH] Remove extraneous newline --- nx/include/switch/services/fs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/nx/include/switch/services/fs.h b/nx/include/switch/services/fs.h index 080dcb89..c4d99211 100644 --- a/nx/include/switch/services/fs.h +++ b/nx/include/switch/services/fs.h @@ -204,7 +204,6 @@ Result fsFsGetTotalSpace(FsFileSystem* fs, const char* path, u64* out); Result fsFsCleanDirectoryRecursively(FsFileSystem* fs, const char* path); Result fsFsQueryEntry(FsFileSystem* fs, void *out, size_t out_size, const void *in, size_t in_size, const char* path, FsFileSystemQueryType query_type); Result fsFsSetArchiveBit(FsFileSystem* fs, const char *path); - void fsFsClose(FsFileSystem* fs); // IFile