Style fix.

This commit is contained in:
bdrewery 2015-10-03 19:08:36 +00:00
parent 60e8720fc6
commit 09e9066355

View File

@ -1452,6 +1452,7 @@ print_arg(struct syscall_args *sc, unsigned long *args, long *retval,
case StatFs: {
unsigned int i;
struct statfs buf;
if (get_struct(pid, (void *)args[sc->offset], &buf,
sizeof(buf)) != -1) {
char fsid[17];