From 45e56e5ee1bdb9e169be957e21a4f7b536e417ff Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 1 Dec 2022 05:14:58 +0000 Subject: Yet more stylistic fixes. --- include/modules/hash.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/modules/hash.h') diff --git a/include/modules/hash.h b/include/modules/hash.h index 9c5370366..5b8dfe625 100644 --- a/include/modules/hash.h +++ b/include/modules/hash.h @@ -31,7 +31,9 @@ public: const unsigned int out_size; const unsigned int block_size; HashProvider(Module* mod, const std::string& Name, unsigned int osiz = 0, unsigned int bsiz = 0) - : DataProvider(mod, "hash/" + Name), out_size(osiz), block_size(bsiz) + : DataProvider(mod, "hash/" + Name) + , out_size(osiz) + , block_size(bsiz) { } -- cgit v1.3.1-10-gc9f91