From dfd16cc1f759a103707ebd27743abc621486e131 Mon Sep 17 00:00:00 2001 From: comex Date: Thu, 16 Jul 2015 00:55:19 -0400 Subject: style police --- lib/dis.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/dis.h') diff --git a/lib/dis.h b/lib/dis.h index 99f3a7c..ba2a6c7 100644 --- a/lib/dis.h +++ b/lib/dis.h @@ -67,7 +67,9 @@ static inline unsigned bs_set(struct bitslice bs, unsigned new, unsigned op) { return op; } -static inline struct bitslice bs_slice_(struct bitslice bs, struct bitslice_run *runs, int lo, int size) { +static inline struct bitslice bs_slice_(struct bitslice bs, + struct bitslice_run *runs, + int lo, int size) { int nruns = 0; for(int i = 0; i < bs.nruns; i++) { struct bitslice_run inr = bs.runs[i]; -- cgit v1.2.3