summaryrefslogtreecommitdiffstats
path: root/elog-errors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'elog-errors.hpp')
-rw-r--r--elog-errors.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/elog-errors.hpp b/elog-errors.hpp
index a782ed0..20f5f45 100644
--- a/elog-errors.hpp
+++ b/elog-errors.hpp
@@ -136,7 +136,7 @@ struct map_exception_type<
{
using type = xyz::openbmc_project::Software::Version::UnTarFailure;
};
-}
+} // namespace details
namespace xyz
{
@@ -199,7 +199,7 @@ struct map_exception_type<sdbusplus::xyz::openbmc_project::Software::Version::
{
using type = xyz::openbmc_project::Software::Version::ManifestFileFailure;
};
-}
+} // namespace details
namespace xyz
{
@@ -263,7 +263,7 @@ struct map_exception_type<
{
using type = xyz::openbmc_project::Software::Version::InternalFailure;
};
-}
+} // namespace details
} // namespace logging
OpenPOWER on IntegriCloud