summaryrefslogtreecommitdiffstats
path: root/serialize.hpp
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-04 10:05:45 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-09-07 19:52:40 +0000
commitfa34e02315bd1397180daaa3377bcb38d7f30d7a (patch)
tree3f88bb9d07ba556ab34680e60fbd834d4f5a2a9d /serialize.hpp
parent76c79df3fca0842ec9dd38f9627913cf5c64001e (diff)
downloadphosphor-bmc-code-mgmt-fa34e02315bd1397180daaa3377bcb38d7f30d7a.tar.gz
phosphor-bmc-code-mgmt-fa34e02315bd1397180daaa3377bcb38d7f30d7a.zip
Clang 6 updates
Just some minor fixes. Change-Id: I000c456e51c62220d7a5fed8100cfc6c13ef9551 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'serialize.hpp')
-rw-r--r--serialize.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/serialize.hpp b/serialize.hpp
index 03eea99..5ebebc6 100644
--- a/serialize.hpp
+++ b/serialize.hpp
@@ -30,6 +30,6 @@ bool restoreFromFile(std::string versionId, uint8_t& priority);
**/
void removeFile(std::string versionId);
-} // namespace phosphor
+} // namespace updater
} // namespace software
-} // namespace openpower
+} // namespace phosphor
OpenPOWER on IntegriCloud