From 6e2efb731b335a31b07818b9f59f866a116efd83 Mon Sep 17 00:00:00 2001 From: Thorsten Johannvorderbrueggen Date: Wed, 14 Sep 2016 15:38:19 +0200 Subject: [PATCH] some minor fixes/improvement which came up during merge to libbaalue.git --- ttenv_simple/ttenv_simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttenv_simple/ttenv_simple.c b/ttenv_simple/ttenv_simple.c index 6435b5b..7b4fa15 100644 --- a/ttenv_simple/ttenv_simple.c +++ b/ttenv_simple/ttenv_simple.c @@ -99,7 +99,7 @@ main(int argc, char *argv[]) exit(EXIT_FAILURE); } - if ( set_sched_props(fiber_array, num_fiber_elements) != 0) { + if (set_sched_props(fiber_array, num_fiber_elements) != 0) { printf("Could not set sched prop\n"); exit(EXIT_FAILURE); }