From 63539e81140ecb5c7555d06001933ef8963913b7 Mon Sep 17 00:00:00 2001 From: "Nathan Huff (Admin)" Date: Wed, 25 Jul 2018 15:16:38 -0500 Subject: [PATCH] Fix formating --- src/disk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/disk.c b/src/disk.c index 145bde7d..23354a69 100644 --- a/src/disk.c +++ b/src/disk.c @@ -647,7 +647,8 @@ static int disk_read(void) { } if (devstat_compute_statistics(snap_iter, NULL, 1.0, DSM_TOTAL_BUSY_TIME, &busy_time, DSM_TOTAL_DURATION, - &total_duration, DSM_QUEUE_LENGTH, &queue_length, DSM_NONE) != 0) { + &total_duration, DSM_QUEUE_LENGTH, + &queue_length, DSM_NONE) != 0) { WARNING("%s", devstat_errbuf); } else { submit_io_time(disk_name, busy_time, total_duration); -- 2.11.0