vesa: formatting fix
authorH. Peter Anvin <hpa@zytor.com>
Tue, 22 Dec 2009 23:53:15 +0000 (15:53 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 22 Dec 2009 23:53:15 +0000 (15:53 -0800)
Code formatting fix in screencpy.c

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/lib/sys/vesa/screencpy.c

index b66e885..9740ea1 100644 (file)
@@ -43,7 +43,7 @@ static struct win_info {
 
 static inline int __constfunc ilog2(unsigned int x)
 {
-asm("bsrl %1,%0": "=r"(x):"rm"(x));
+    asm("bsrl %1,%0" : "=r"(x) : "rm"(x));
     return x;
 }