star-sp

Random number generators and distributions
git clone git://git.meso-star.fr/star-sp.git
Log | Files | Refs | README | LICENSE

commit e172bf4d8c7afa135eed71b6ed259d879b5f9c85
parent 8d4f96b7f246e0b770b67d5984d805440a3a1571
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 20 Apr 2016 09:18:23 +0200

Add a missing indentation

Diffstat:
Msrc/test_ssp_ran_hg.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test_ssp_ran_hg.c b/src/test_ssp_ran_hg.c @@ -37,7 +37,7 @@ main(int argc, char** argv) { struct ssp_rng* rng; struct mem_allocator allocator; -int i, j; + int i, j; (void)argc, (void)argv; mem_init_proxy_allocator(&allocator, &mem_default_allocator);