Remove whitespace at end of line in gettext patch.

This commit is contained in:
Scott McCreary
2013-12-29 20:53:25 -08:00
parent 3434049c42
commit c889133228

View File

@@ -5,7 +5,7 @@
# define O_TEXT _O_TEXT
#endif
-#if defined __BEOS__ || defined __HAIKU__
+#if defined __BEOS__
+#if defined __BEOS__
/* BeOS 5 and Haiku have O_BINARY and O_TEXT, but they have no effect. */
# undef O_BINARY
# undef O_TEXT