mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Format test_cmd_otr.c
This commit is contained in:
parent
bba8278bb7
commit
53db7562b5
@ -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.");
|
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);
|
gboolean result = func(NULL, CMD_OTR, args);
|
||||||
assert_true(result);
|
assert_true(result);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user