]> git.proxmox.com Git - qemu.git/blobdiff - linux-user/syscall_types.h
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu.git] / linux-user / syscall_types.h
index 2fd00f10319708cc9da2bf308af2065b24d30aa9..f73aabc1d8a238065371282d6a661d1cf8600275 100644 (file)
@@ -28,7 +28,7 @@ STRUCT(ifmap,
 
 STRUCT(sockaddr_ifreq,
        MK_ARRAY(TYPE_CHAR, IFNAMSIZ), MK_STRUCT(STRUCT_sockaddr))
-    
+
 STRUCT(short_ifreq,
        MK_ARRAY(TYPE_CHAR, IFNAMSIZ), TYPE_SHORT)