Remove space before tab in indent

This commit is contained in:
H.J. Lu 2012-05-31 16:17:21 -07:00
parent 507352f1a1
commit 12e5e0f357
1 changed files with 1 additions and 1 deletions

View 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