Correct the aligment for a long line

Change-Id: I38e0eacc702b5415acc97f6f0148312f246e577a
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/session.hpp b/session.hpp
index 29e3340..87a2276 100644
--- a/session.hpp
+++ b/session.hpp
@@ -210,7 +210,7 @@
 
         // 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;