1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Merge pull request #1923 from H3rnand3zzz/cleanup/test-file

Format `test_cmd_otr.c`
This commit is contained in:
Michael Vetter 2023-11-13 09:33:25 +01:00 committed by GitHub
commit 80ab0505e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}