pidgin/pidgin

Remove some extra whitespace

2020-06-18, Gary Kramlich
c42fe2d72d4e
Parents c17762e0a388
Children b94aff775501
Remove some extra whitespace
--- 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`. */