From b9e39722674650eb89fc02ebad48ecc03cc90c89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 May 2023 16:07:39 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for 356be83b --- hashing/sha256.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hashing/sha256.cpp b/hashing/sha256.cpp index b68e1114b..b469e367b 100644 --- a/hashing/sha256.cpp +++ b/hashing/sha256.cpp @@ -12,12 +12,12 @@ * used for authenticating software packages and secure password hashing. */ -#include /// For std::array -#include /// For assert -#include /// For uint8_t, uint32_t and uint64_t data types -#include /// For std::setfill and std::setw -#include /// For std::stringstream -#include /// For std::vector +#include /// For std::array +#include /// For assert +#include /// For uint8_t, uint32_t and uint64_t data types +#include /// For std::setfill and std::setw +#include /// For std::stringstream +#include /// For std::vector /** * @namespace hashing