From: Dmitry V. Levin Date: Wed, 21 Oct 2009 13:43:57 +0000 (+0000) Subject: * file.c (printstat64): Cleanup trailing whitespace. X-Git-Tag: v4.5.19~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff896f7e0fc785bc3bac40faa81ee823fd81ec31;p=strace * file.c (printstat64): Cleanup trailing whitespace. --- diff --git a/file.c b/file.c index 2c0881eb..2197cdcb 100644 --- a/file.c +++ b/file.c @@ -1085,7 +1085,7 @@ printstat64(struct tcb *tcp, long addr) return; } #endif - + if (umove(tcp, addr, &statbuf) < 0) { tprintf("{...}"); return;