From 499efe45e84be61d0c520ddde3b9172b32ff131c Mon Sep 17 00:00:00 2001 From: Avril Date: Sun, 15 Nov 2020 22:38:30 +0000 Subject: [PATCH] reorder --- src/hex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hex.cpp b/src/hex.cpp index 89878a2..1e33d0a 100644 --- a/src/hex.cpp +++ b/src/hex.cpp @@ -124,7 +124,7 @@ namespace hv { { auto rest = memsize % ROW_SZ; ascii[rest] = 0; - constexpr const char output[3] = { ' ', ' ', ' ' }; + constexpr const char output[3] = { ' ' }; for(std::size_t j=0;j< ROW_SZ - rest;j++) print_exact(output);