From 32458611a370695f1c27f06546c103d1837b8a08 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 14 Mar 2008 18:05:26 +0000 Subject: Wrap lines --- modules/mp_amd64/bit_ops.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') 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) { -- cgit v1.2.3