summaryrefslogtreecommitdiffstats
path: root/src/journal.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal.hpp')
-rw-r--r--src/journal.hpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/journal.hpp b/src/journal.hpp
index 249a7a2..e69a709 100644
--- a/src/journal.hpp
+++ b/src/journal.hpp
@@ -1,9 +1,10 @@
#pragma once
-#include <phosphor-logging/log.hpp>
#include "callback.hpp"
#include "format.hpp"
+#include <phosphor-logging/log.hpp>
+
namespace phosphor
{
namespace dbus
@@ -50,7 +51,8 @@ class JournalBase : public IndexedCallback
*/
namespace detail
{
-template <typename T> struct Display
+template <typename T>
+struct Display
{
static auto op(T&& value)
{
@@ -58,7 +60,8 @@ template <typename T> struct Display
}
};
-template <> struct Display<std::string>
+template <>
+struct Display<std::string>
{
static auto op(const std::string& value)
{
OpenPOWER on IntegriCloud