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/bit_string_test.cpp b/test/bit_string_test.cpp
index e24a550..aaf5b90 100644
--- a/test/bit_string_test.cpp
+++ b/test/bit_string_test.cpp
@@ -5,7 +5,7 @@
 
 using namespace libhei;
 
-static constexpr uint32_t UINT8_BIT_LEN = (sizeof(uint8_t) * 8);
+static constexpr uint32_t UINT8_BIT_LEN  = (sizeof(uint8_t) * 8);
 static constexpr uint32_t UINT64_BIT_LEN = (sizeof(uint64_t) * 8);
 
 // setBit()