Make declaration consistent
Declare this inline void, not the other way around to be consistent.
This is done to support regex fixing of elements.
Change-Id: Ibfec17042b94c07ddc34048881fe5c7d0a290971
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/redfish-core/lib/log_services.hpp b/redfish-core/lib/log_services.hpp
index f756d341..a31d738 100644
--- a/redfish-core/lib/log_services.hpp
+++ b/redfish-core/lib/log_services.hpp
@@ -2639,7 +2639,7 @@
});
}
-void inline requestRoutesCrashdumpClear(App& app)
+inline void requestRoutesCrashdumpClear(App& app)
{
BMCWEB_ROUTE(
app,