Fix erroneously stripped trailing whitespace in patch (#1467)

This commit is contained in:
Adam J. Stewart 2016-08-07 17:53:25 -05:00 committed by Todd Gamblin
parent d3f115933e
commit d7329d7bc2

View File

@ -20,14 +20,15 @@ index 4aece02..92c34d2 100644
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wformat-nonliteral"
+
gsize
g_date_strftime (gchar *s,
gsize slen,
gsize
g_date_strftime (gchar *s,
gsize slen,
@@ -2549,3 +2552,5 @@ g_date_strftime (gchar *s,
return retval;
#endif
}
+
+#pragma GCC diagnostic pop
--
--
2.7.1