Whitespace standardization
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index 4d3b728c3815dac1614eef6bee10475e0a617bd1..c6b6fe95c2ec05c6869aef6447b509324433a4ef 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -1009,7 +1009,7 @@ static void show_thread_status_normal(struct thread_stat *ts,
 
        if (!ddir_rw_sum(ts->io_bytes) && !ddir_rw_sum(ts->total_io_u))
                return;
-               
+
        memset(time_buf, 0, sizeof(time_buf));
 
        time(&time_p);
@@ -2782,7 +2782,7 @@ void add_clat_sample(struct thread_data *td, enum fio_ddir ddir,
                if (!hw->hist_last)
                        hw->hist_last = elapsed;
                this_window = elapsed - hw->hist_last;
-               
+
                if (this_window >= iolog->hist_msec) {
                        uint64_t *io_u_plat;
                        struct io_u_plat_entry *dst;