From: H.J. Lu Date: Thu, 31 May 2012 23:17:21 +0000 (-0700) Subject: Remove space before tab in indent X-Git-Tag: glibc-2.16-tps~97 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12e5e0f35770127bf8ab732b0c625821c4ab96b7;p=platform%2Fupstream%2Fglibc.git Remove space before tab in indent --- diff --git a/sysdeps/unix/sysv/linux/x86_64/sys/io.h b/sysdeps/unix/sysv/linux/x86_64/sys/io.h index 84e5fc2..534b6d3 100644 --- a/sysdeps/unix/sysv/linux/x86_64/sys/io.h +++ b/sysdeps/unix/sysv/linux/x86_64/sys/io.h @@ -166,7 +166,7 @@ outsw (unsigned short int __port, const void *__addr, unsigned long int __count) { __asm__ __volatile__ ("cld ; rep ; outsw":"=S" (____addr), "=c" (__count) - :"d" (__port), "0" (__addr), "1" (__count)); + :"d" (__port), "0" (__addr), "1" (__count)); } static __inline void