From e986dde71cbf0a1ab7daac6e2326365bb7d4a299 Mon Sep 17 00:00:00 2001 From: Pablo Llopis Date: Fri, 15 Dec 2017 15:58:22 +0100 Subject: [PATCH] formatting fixes --- src/turbostat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/turbostat.c b/src/turbostat.c index 31d458db..f5d3b35e 100644 --- a/src/turbostat.c +++ b/src/turbostat.c @@ -1478,8 +1478,8 @@ static int turbostat_read(void) { * get_counters. If the call is unsuccessfull, this will be handled later * on by restoring affinity to cpu_present_set instead. */ - sched_getaffinity_ret = sched_getaffinity(0, cpu_saved_affinity_setsize, - cpu_saved_affinity_set); + sched_getaffinity_ret = + sched_getaffinity(0, cpu_saved_affinity_setsize, cpu_saved_affinity_set); if (!initialized) { if ((ret = for_all_cpus(get_counters, EVEN_COUNTERS)) < 0) @@ -1519,7 +1519,7 @@ out: * This might fail if the number of CPU changed, but we can't do anything in * that case.. */ - if (sched_getaffinity_ret == 0) + if (sched_getaffinity_ret == 0) (void)sched_setaffinity(0, cpu_saved_affinity_setsize, cpu_saved_affinity_set); else { -- 2.11.0