medfall

A super great game engine
Log | Files | Refs

commit 794cff3d788f649925f1885480081d6c089b42bf
parent 9690830e7baba1a00f6cdc2db5e9d9f38efe4c5a
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun, 18 Nov 2018 12:06:39 +0200

Formatting

Diffstat:
rng/csprng.cc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/rng/csprng.cc b/rng/csprng.cc @@ -40,8 +40,7 @@ static void stir_if_necessary() { u8 entropy[ 32 ]; bool ok = ggentropy( entropy, sizeof( entropy ) ); - if( !ok ) - { + if( !ok ) { WARN( "ggentropy failed, not stirring" ); return; }