libpurple/glibcompat.c

changeset 40472
c42fe2d72d4e
parent 40471
c17762e0a388
--- a/libpurple/glibcompat.c	Wed Jun 17 04:52:35 2020 -0500
+++ b/libpurple/glibcompat.c	Thu Jun 18 04:02:06 2020 -0500
@@ -30,8 +30,8 @@
 
 	/* Main date and time. */
 	main_date = g_date_time_format(datetime, "%Y-%m-%dT%H:%M:%S");
-	outstr = g_string_new (main_date);
-	g_free (main_date);
+	outstr = g_string_new(main_date);
+	g_free(main_date);
 
 	/* Timezone. Format it as `%:::z` unless the offset is zero, in which case
 	* we can simply use `Z`. */

mercurial