Fix erroneously stripped trailing whitespace in patch (#1467)
This commit is contained in:
parent
d3f115933e
commit
d7329d7bc2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user