clang-format: update to latest from docs repo
This is from openbmc/docs/style/cpp/.clang-format
Other OpenBMC repos are doing the same.
Tested: Built and validator passed.
Change-Id: Ief26c755c9ce012823e16a506342b0547a53517a
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/redfish-core/include/node.hpp b/redfish-core/include/node.hpp
index a6e1e27..c2c10d5 100644
--- a/redfish-core/include/node.hpp
+++ b/redfish-core/include/node.hpp
@@ -15,15 +15,16 @@
*/
#pragma once
+#include "http_request.h"
+#include "http_response.h"
+
#include "privileges.hpp"
#include "token_authorization_middleware.hpp"
#include "webserver_common.hpp"
#include <error_messages.hpp>
-#include <vector>
-#include "http_request.h"
-#include "http_response.h"
+#include <vector>
namespace redfish
{
@@ -36,8 +37,7 @@
{
public:
AsyncResp(crow::Response& response) : res(response)
- {
- }
+ {}
~AsyncResp()
{