diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-31 16:17:21 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-31 16:17:21 -0700 |
commit | 12e5e0f35770127bf8ab732b0c625821c4ab96b7 (patch) | |
tree | 2797b6350e968023fcca46d88e827ac64b6995ef | |
parent | 507352f1a18c408963857656a09c64a602591f4b (diff) | |
download | glibc-12e5e0f35770127bf8ab732b0c625821c4ab96b7.tar.gz glibc-12e5e0f35770127bf8ab732b0c625821c4ab96b7.tar.xz glibc-12e5e0f35770127bf8ab732b0c625821c4ab96b7.zip |
Remove space before tab in indent
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/sys/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/sys/io.h b/sysdeps/unix/sysv/linux/x86_64/sys/io.h index 84e5fc27c5..534b6d3a09 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 |