Style fix.

This commit is contained in:
Bryan Drewery 2015-10-03 19:08:36 +00:00
parent a776866b44
commit 0a71c082d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288626

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];