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 push
|
||||||
+#pragma GCC diagnostic ignored "-Wformat-nonliteral"
|
+#pragma GCC diagnostic ignored "-Wformat-nonliteral"
|
||||||
+
|
+
|
||||||
gsize
|
gsize
|
||||||
g_date_strftime (gchar *s,
|
g_date_strftime (gchar *s,
|
||||||
gsize slen,
|
gsize slen,
|
||||||
@@ -2549,3 +2552,5 @@ g_date_strftime (gchar *s,
|
@@ -2549,3 +2552,5 @@ g_date_strftime (gchar *s,
|
||||||
return retval;
|
return retval;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
+
|
+
|
||||||
+#pragma GCC diagnostic pop
|
+#pragma GCC diagnostic pop
|
||||||
--
|
--
|
||||||
2.7.1
|
2.7.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user