Whitespace standardization
authorPhillip Chen <phillip.a.chen@seagate.com>
Tue, 21 Jan 2020 18:00:17 +0000 (11:00 -0700)
committerPhillip Chen <phillip.a.chen@seagate.com>
Wed, 22 Jan 2020 18:46:23 +0000 (11:46 -0700)
Remove trailing whitespace.

fio.h
server.c
stat.c

diff --git a/fio.h b/fio.h
index 6a5ead4d453dfa288dffdece1b5191afb8d9ac73..c050570938e4decf90ad2823e019a2386acfa4be 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -460,7 +460,7 @@ struct thread_data {
        CUdevice  cu_dev;
        CUcontext cu_ctx;
        CUdeviceptr dev_mem_ptr;
-#endif 
+#endif
 
 };
 
index 1a070e5678f3359f0f9f3df903467962b14279e0..0a036a6a5d291de1c3995f06536df05fb5c0110c 100644 (file)
--- a/server.c
+++ b/server.c
@@ -1262,7 +1262,7 @@ static int handle_connection(struct sk_out *sk_out)
        _exit(ret);
 }
 
-/* get the address on this host bound by the input socket, 
+/* get the address on this host bound by the input socket,
  * whether it is ipv6 or ipv4 */
 
 static int get_my_addr_str(int sk)
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;