From: Jonathan McDowell Date: Mon, 31 May 2004 23:46:56 +0000 (+0000) Subject: cscvs to tla changeset 6 X-Git-Tag: 0.0.4~20 X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=fea8d960ad3d4879ef2faa62c0b9b6deacabfc1f;p=onak.git cscvs to tla changeset 6 Author: noodles Date: 2002/09/08 10:29:37 Code style cleanup. --- diff --git a/bithelp.h b/bithelp.h index ebb057f..56a1c07 100644 --- a/bithelp.h +++ b/bithelp.h @@ -26,8 +26,7 @@ * @x: The integer to rotate. * @n: The number of bytes to rotate it by. */ -static inline unsigned int -rol(int x, int n) +static inline unsigned int rol(int x, int n) { __asm__("roll %%cl,%0" :"=r" (x)