diff options
author | comex | 2015-07-16 00:55:19 -0400 |
---|---|---|
committer | comex | 2015-07-16 00:55:19 -0400 |
commit | dfd16cc1f759a103707ebd27743abc621486e131 (patch) | |
tree | e3ef16871039acb735bbf4179d299e8d8ea7d5a1 /lib/dis.h | |
parent | work around (incorrect, since it's not code) alignment warning (diff) | |
download | substitute-dfd16cc1f759a103707ebd27743abc621486e131.tar.gz |
style police
Diffstat (limited to 'lib/dis.h')
-rw-r--r-- | lib/dis.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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]; |