The Road to Clang-Format part 6

Whitespace: The Voyage Home

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I94f8f7a5ef54e149991daeaf798eaf6a0c8ba59c
diff --git a/test/simulator/hei_sim_main.cpp b/test/simulator/hei_sim_main.cpp
index 58784d0..c2bb24e 100644
--- a/test/simulator/hei_sim_main.cpp
+++ b/test/simulator/hei_sim_main.cpp
@@ -4,7 +4,7 @@
 {
     using namespace libhei;
 
-    void* buffer = nullptr;
+    void* buffer     = nullptr;
     size_t sz_buffer = 0;
 
     initialize(buffer, sz_buffer);