From 079976263ce8094446e938f6b90c8edeb23c1a6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kochma=C5=84ski?= Date: Sun, 20 Sep 2015 16:30:53 +0200 Subject: [PATCH] cosmetic: add copyright and fix whitespaces MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Kochmański --- src/c/num_rand.d | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/c/num_rand.d b/src/c/num_rand.d index a10a49a..22419c1 100644 --- a/src/c/num_rand.d +++ b/src/c/num_rand.d @@ -8,6 +8,7 @@ Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya. Copyright (c) 1990, Giuseppe Attardi. Copyright (c) 2001, Juan Jose Garcia Ripoll. + Copyright (c) 2015, Daniel Kochmański. ECL is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -35,7 +36,7 @@ * Mersenne-Twister random number generator */ -/* Period parameters */ +/* Period parameters */ #define MT_N 624 #define MT_M 397 #define MATRIX_A 0x9908b0dfUL /* constant vector a */ @@ -59,7 +60,7 @@ init_random_state() read(file_handler, mt, sizeof(ulong)); close(fh); } else -#endif +#endif { /* cant get urandom, use crappy source */ /* and/or fill rest of area */ -- 2.9.0