Resolve Meson issues
This commit includes fixes in the repo:
1. Errors that meson identified
2. Formatting changes
Signed-off-by: Ratan Gupta <ratankgupta31@gmail.com>
Change-Id: I4f57abb2236205fe6fc04292a00a270c816ba965
diff --git a/test/mock_user_mgr.hpp b/test/mock_user_mgr.hpp
index ec47909..70d696c 100644
--- a/test/mock_user_mgr.hpp
+++ b/test/mock_user_mgr.hpp
@@ -12,8 +12,7 @@
class MockManager : public UserMgr
{
public:
- MockManager(sdbusplus::bus::bus& bus, const char* path) :
- UserMgr(bus, objpath)
+ MockManager(sdbusplus::bus::bus& bus, const char* path) : UserMgr(bus, path)
{}
MOCK_METHOD1(getLdapGroupName, std::string(const std::string& userName));