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/resource_format_binary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/io/resource_format_binary.cpp') diff --git a/core/io/resource_format_binary.cpp b/core/io/resource_format_binary.cpp index 602cbe6f3..9aa16ed7e 100644 --- a/core/io/resource_format_binary.cpp +++ b/core/io/resource_format_binary.cpp @@ -28,11 +28,11 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ #include "resource_format_binary.h" -#include "project_settings.h" #include "image.h" #include "io/file_access_compressed.h" #include "io/marshalls.h" #include "os/dir_access.h" +#include "project_settings.h" #include "version.h" //#define print_bl(m_what) print_line(m_what) #define print_bl(m_what) -- cgit v1.2.3-70-g09d2