From 76005a8e75d4e63ad0477e11dbc8cc1c86666875 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Sun, 30 Jul 2017 22:53:40 +0200 Subject: Style: Apply clang-format on all files Thus fixing some invalid changes that had still made it to the master branch. --- core/io/file_access_memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/io/file_access_memory.cpp') diff --git a/core/io/file_access_memory.cpp b/core/io/file_access_memory.cpp index 2197b187e..8e719568e 100644 --- a/core/io/file_access_memory.cpp +++ b/core/io/file_access_memory.cpp @@ -29,10 +29,10 @@ /*************************************************************************/ #include "file_access_memory.h" -#include "project_settings.h" #include "map.h" #include "os/copymem.h" #include "os/dir_access.h" +#include "project_settings.h" static Map > *files = NULL; -- cgit v1.2.3-70-g09d2