diff options
author | lloyd <[email protected]> | 2008-03-14 18:05:26 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-03-14 18:05:26 +0000 |
commit | 32458611a370695f1c27f06546c103d1837b8a08 (patch) | |
tree | c57cb0ba9f9fbca1e1d3967385f1ac3e7345274c /modules | |
parent | 1d5b656dc719f7411c96a2f416ad261bdfbca59b (diff) |
Wrap lines
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mp_amd64/bit_ops.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mp_amd64/bit_ops.h b/modules/mp_amd64/bit_ops.h index dd7b33f32..a2f881229 100644 --- a/modules/mp_amd64/bit_ops.h +++ b/modules/mp_amd64/bit_ops.h @@ -61,7 +61,8 @@ inline void xor_buf(byte out[], const byte in[], u32bit length) /************************************************* * XOR Arrays * *************************************************/ -inline void xor_buf(byte out[], const byte in[], const byte in2[], u32bit length) +inline void xor_buf(byte out[], const byte in[], + const byte in2[], u32bit length) { while(length >= 8) { |