fix style
This commit is contained in:
parent
3b337fd980
commit
3a4f14739c
1 changed files with 1 additions and 2 deletions
|
@ -234,8 +234,7 @@ public:
|
||||||
std::stringstream bytes;
|
std::stringstream bytes;
|
||||||
bool first_byte = true;
|
bool first_byte = true;
|
||||||
bytes << "[" << std::hex;
|
bytes << "[" << std::hex;
|
||||||
for (auto & byte : as_bytes())
|
for (auto & byte : as_bytes()) {
|
||||||
{
|
|
||||||
bytes << "0x" << byte;
|
bytes << "0x" << byte;
|
||||||
if (!first_byte) {
|
if (!first_byte) {
|
||||||
bytes << ", ";
|
bytes << ", ";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue