From f4a6398edd851ae96459861f51ada2f75b0fe134 Mon Sep 17 00:00:00 2001 From: enler Date: Sun, 5 Apr 2020 17:17:28 +0800 Subject: [PATCH] fix clang-format error --- src/core/file_sys/romfs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/file_sys/romfs.cpp b/src/core/file_sys/romfs.cpp index f203f60c2b..1200321349 100644 --- a/src/core/file_sys/romfs.cpp +++ b/src/core/file_sys/romfs.cpp @@ -5,8 +5,8 @@ #include #include "common/common_types.h" -#include "common/swap.h" #include "common/string_util.h" +#include "common/swap.h" #include "core/file_sys/fsmitm_romfsbuild.h" #include "core/file_sys/romfs.h" #include "core/file_sys/vfs.h"