Fix Clang 20 build issues

It is observed that with recent change of clang to 20 there are some CI
build issues found on phosphor-user-manager based on readability and
style. I fixed the same

Change-Id: Ief2a902b9970c628b26e908b8c784efe9e524bf6
Signed-off-by: Chandramohan Harkude <chandramohan.harkude@gmail.com>
diff --git a/users.hpp b/users.hpp
index 6d66598..39c3ec3 100644
--- a/users.hpp
+++ b/users.hpp
@@ -27,11 +27,11 @@
 namespace user
 {
 
-namespace Base = sdbusplus::xyz::openbmc_project;
-using UsersIface = Base::User::server::Attributes;
+namespace base = sdbusplus::xyz::openbmc_project;
+using UsersIface = base::User::server::Attributes;
 
-using TOTPAuthenticatorIface = Base::User::server::TOTPAuthenticator;
-using DeleteIface = Base::Object::server::Delete;
+using TOTPAuthenticatorIface = base::User::server::TOTPAuthenticator;
+using DeleteIface = base::Object::server::Delete;
 using Interfaces = sdbusplus::server::object_t<UsersIface, DeleteIface,
                                                TOTPAuthenticatorIface>;
 using MultiFactorAuthType = sdbusplus::common::xyz::openbmc_project::user::