Style fix.
This commit is contained in:
parent
60e8720fc6
commit
09e9066355
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user