Merge branch 'histogram-delta' of https://github.com/cronburg/fio into histogram
[fio.git] / iolog.h
diff --git a/iolog.h b/iolog.h
index ade4f1b80b379fe163ab085c3795b0fe1e30416a..93a9536f2ffc31d089d4a0da78902b8be368e18e 100644 (file)
--- a/iolog.h
+++ b/iolog.h
@@ -114,10 +114,11 @@ struct io_log {
        unsigned long avg_msec;
        unsigned long avg_last;
 
-  /*
-   * Windowed latency histograms, for keeping track of when we need to
-   * save a copy of the histogram every approximately hist_msec milliseconds.
-   */
+       /*
+        * Windowed latency histograms, for keeping track of when we need to
+        * save a copy of the histogram every approximately hist_msec
+        * milliseconds.
+        */
        struct io_hist hist_window[DDIR_RWDIR_CNT];
        unsigned long hist_msec;
        int hist_coarseness;