cscvs to tla changeset 6
authorJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:46:56 +0000 (23:46 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:46:56 +0000 (23:46 +0000)
Author: noodles
Date: 2002/09/08 10:29:37
Code style cleanup.

bithelp.h

index ebb057fd3ca4bad27c8bfd3397a3f67b08cb703e..56a1c074d49c88bf6b2ec529f26f30e4390c50e9 100644 (file)
--- 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)