From: Denys Vlasenko Date: Tue, 5 Mar 2013 16:46:19 +0000 (+0100) Subject: Fix wrongly indented closing curly brace. No code changes X-Git-Tag: v4.8~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7672946e74caa5b7cbc406a6dee4a94638fcf586;p=strace Fix wrongly indented closing curly brace. No code changes Signed-off-by: Denys Vlasenko --- diff --git a/block.c b/block.c index ea571b6d..374002ea 100644 --- a/block.c +++ b/block.c @@ -188,7 +188,7 @@ block_ioctl(struct tcb *tcp, long code, long arg) tprintf(", %#lx", arg); else tprintf(", %lu", val); - } + } break; #ifdef HAVE_BLKGETSIZE64