summaryrefslogtreecommitdiffstats
path: root/session.hpp
diff options
context:
space:
mode:
authorTom Joseph <tomjoseph@in.ibm.com>2017-01-19 12:29:45 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-02-09 16:50:38 +0000
commitbeca5acea54cd742ce2e8661faa27c51e063a3fc (patch)
treea996f0b2ba2712f9b7dfe1b3b49dc64d2c213fde /session.hpp
parentc0f5b5d2d99255770fca06afb8b79f63db5728ea (diff)
downloadphosphor-net-ipmid-beca5acea54cd742ce2e8661faa27c51e063a3fc.tar.gz
phosphor-net-ipmid-beca5acea54cd742ce2e8661faa27c51e063a3fc.zip
Correct the aligment for a long line
Change-Id: I38e0eacc702b5415acc97f6f0148312f246e577a Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
Diffstat (limited to 'session.hpp')
-rw-r--r--session.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.hpp b/session.hpp
index 29e3340..87a2276 100644
--- a/session.hpp
+++ b/session.hpp
@@ -210,7 +210,7 @@ class Session
// Integrity Algorithm Interface for the Session
std::unique_ptr<cipher::integrity::Interface> integrityAlgoInterface =
- nullptr;
+ nullptr;
// Last Transaction Time
decltype(std::chrono::steady_clock::now()) lastTime;
OpenPOWER on IntegriCloud