commit | fe27b65aac73b102346e3ec233bdc9613e393ee3 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Mon Oct 28 11:33:07 2019 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Oct 31 12:26:32 2019 -0500 |
tree | bda96c1cfafdc835e05588e5ca7c52b12c52115c | |
parent | ca9f625b800dd94cef749a740d43bc8f6396cc9a [diff] [blame] |
The Road to Clang-Format part 3 Whitespace! Part Deux Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I2033813f12ab073bb57f4771e007126b0f8c7e26
diff --git a/test/simulator/hei_sim_main.cpp b/test/simulator/hei_sim_main.cpp index 166b54e..58784d0 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);