From d969e109bb92f1f4829f2d7a39c80137ef1c30e7 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 12 May 2015 12:21:26 +0300 Subject: [PATCH] Fix braces. --- libethcore/EthashAux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libethcore/EthashAux.h b/libethcore/EthashAux.h index c90ee048e..8788acc83 100644 --- a/libethcore/EthashAux.h +++ b/libethcore/EthashAux.h @@ -24,7 +24,8 @@ namespace dev { -namespace eth{ +namespace eth +{ class EthashAux {