From 8ffb2010dbd583ebd3f7224831dca2454c9ff162 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 22 Dec 2009 15:53:15 -0800 Subject: vesa: formatting fix Code formatting fix in screencpy.c Signed-off-by: H. Peter Anvin --- com32/lib/sys/vesa/screencpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'com32/lib') diff --git a/com32/lib/sys/vesa/screencpy.c b/com32/lib/sys/vesa/screencpy.c index b66e8854..9740ea14 100644 --- a/com32/lib/sys/vesa/screencpy.c +++ b/com32/lib/sys/vesa/screencpy.c @@ -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; } -- cgit