stat: change indentation of the lat (nsec/usec/msec) section in the normal output
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index aebd10715a8f506543961b7c228c7f603f95aed6..4aa9cb8f3d80797fe59deec69dfdcadb29968530 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -520,7 +520,7 @@ static int show_lat(double *io_u_lat, int nr, const char **ranges,
                if (new_line) {
                        if (line)
                                log_buf(out, "\n");
-                       log_buf(out, "    lat (%s) : ", msg);
+                       log_buf(out, "  lat (%s)   : ", msg);
                        new_line = 0;
                        line = 0;
                }