]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove space before tab in indent
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 31 May 2012 23:17:21 +0000 (16:17 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 31 May 2012 23:17:21 +0000 (16:17 -0700)
sysdeps/unix/sysv/linux/x86_64/sys/io.h

index 84e5fc27c51369ab839597e19edd1408d1362f4a..534b6d3a09950f2baf12cd4276ece00622567c7c 100644 (file)
@@ -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