Fix whitespace.
[tinc] / src / fake-gai-errnos.h
index 4ffabb6..33913eb 100644 (file)
@@ -7,13 +7,13 @@
 
 /* for old netdb.h */
 #ifndef EAI_NODATA
-#define EAI_NODATA     1
+#define EAI_NODATA 1
 #endif
 
 #ifndef EAI_MEMORY
-#define EAI_MEMORY     2
+#define EAI_MEMORY 2
 #endif
 
 #ifndef EAI_FAMILY
-#define EAI_FAMILY     3
+#define EAI_FAMILY 3
 #endif