1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

Format test_cmd_otr.c

This commit is contained in:
John Hernandez 2023-11-11 10:04:38 +01:00
parent bba8278bb7
commit 53db7562b5

View File

@ -164,7 +164,7 @@ test_with_command_and_connection_status(char* command, void* cmd_func, jabber_co
expect_cons_show("You must be connected with an account to load OTR information.");
gboolean (*func)(ProfWin * window, const char* const command, gchar** args) = cmd_func;
gboolean (*func)(ProfWin* window, const char* const command, gchar** args) = cmd_func;
gboolean result = func(NULL, CMD_OTR, args);
assert_true(result);
}