make spacing in x86_64 alltypes.h.sh more uniform with other archs
authorRich Felker <dalias@aerifal.cx>
Wed, 17 Jul 2013 21:46:38 +0000 (17:46 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 17 Jul 2013 21:46:38 +0000 (17:46 -0400)
patch by Luka Perkov, who noted that all other archs have a newline.

arch/x86_64/bits/alltypes.h.sh

index d3550f5..e5b8d47 100755 (executable)
@@ -19,6 +19,7 @@ union \1 \2;\
 TYPEDEF unsigned long size_t;
 TYPEDEF long ssize_t;
 TYPEDEF long ptrdiff_t;
+
 TYPEDEF __builtin_va_list va_list;
 TYPEDEF __builtin_va_list __isoc_va_list;