Minor formatting changes by "indent".
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ static void pv_crs_open_lockfile(pvstate_t state, int fd)
|
||||
return;
|
||||
}
|
||||
|
||||
tmpdir = (char *) getenv("TMPDIR"); /* flawfinder: ignore */
|
||||
tmpdir = (char *) getenv("TMPDIR"); /* flawfinder: ignore */
|
||||
if ((NULL == tmpdir) || ('\0' == tmpdir[0]))
|
||||
tmpdir = (char *) getenv("TMP"); /* flawfinder: ignore */
|
||||
if ((NULL == tmpdir) || ('\0' == tmpdir[0]))
|
||||
|
||||
+1
-2
@@ -917,8 +917,7 @@ static bool pv__format(pvstate_t state, long double elapsed_sec, off_t bytes_sin
|
||||
} else {
|
||||
/* bytes or lines per second */
|
||||
pv__sizestr(component_content,
|
||||
component_buf_size,
|
||||
"[%s]", average_rate, _("/s"), _("B/s"), count_type);
|
||||
component_buf_size, "[%s]", average_rate, _("/s"), _("B/s"), count_type);
|
||||
}
|
||||
/*@+mustfreefresh @ *//* splint: see above. */
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user