From 8fceac801c1a2ea7e9443433435883c34b9ca24a Mon Sep 17 00:00:00 2001
From: fearlessTobi <thm.frey@gmail.com>
Date: Sat, 25 Aug 2018 14:05:59 +0200
Subject: [PATCH] Fix clang-format

---
 src/core/hle/service/service.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/hle/service/service.h b/src/core/hle/service/service.h
index d04b6bdd6..a67c3499a 100644
--- a/src/core/hle/service/service.h
+++ b/src/core/hle/service/service.h
@@ -12,8 +12,8 @@
 #include <boost/container/flat_map.hpp>
 #include "common/common_types.h"
 #include "core/hle/kernel/hle_ipc.h"
-#include "core/hle/service/sm/sm.h"
 #include "core/hle/kernel/object.h"
+#include "core/hle/service/sm/sm.h"
 
 ////////////////////////////////////////////////////////////////////////////////////////////////////
 // Namespace Service