1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

core: fix style

This commit is contained in:
Sébastien Helleu
2023-12-14 23:11:35 +01:00
parent ffa933bcf8
commit fa0b320178
16 changed files with 54 additions and 49 deletions
+1 -1
View File
@@ -7117,7 +7117,7 @@ COMMAND_CALLBACK(upgrade)
(void) hook_signal_send ("upgrade", WEECHAT_HOOK_SIGNAL_STRING,
"save");
/* save WeeChat session */
if (!upgrade_weechat_save())
if (!upgrade_weechat_save ())
{
gui_chat_printf (NULL,
_("%sUnable to save WeeChat session "