Run clang-format on new editor code

This commit is contained in:
Michael Vetter
2021-04-16 17:55:17 +02:00
parent f5e1f9fa63
commit 880ce20018
2 changed files with 18 additions and 18 deletions

View File

@@ -2908,7 +2908,7 @@ command_mangen(void)
GDateTime* now = g_date_time_new_now_local();
gchar* date = g_date_time_format(now, "%F");
gchar *header = g_strdup_printf(".TH man 1 \"%s\" \"" PACKAGE_VERSION "\" \"Profanity XMPP client\"\n", date);
gchar* header = g_strdup_printf(".TH man 1 \"%s\" \"" PACKAGE_VERSION "\" \"Profanity XMPP client\"\n", date);
if (!header) {
log_error("command_mangen(): could not allocate memory");
return;