mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
auto-format
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
parent
20a8ef7a3e
commit
9cf78e59d5
@ -22,6 +22,7 @@ AlignOperands: true
|
|||||||
AlignTrailingComments: true
|
AlignTrailingComments: true
|
||||||
AllowAllArgumentsOnNextLine: true
|
AllowAllArgumentsOnNextLine: true
|
||||||
AllowShortBlocksOnASingleLine: true
|
AllowShortBlocksOnASingleLine: true
|
||||||
|
IndentGotoLabels: false
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
BreakBeforeBraces: Custom
|
BreakBeforeBraces: Custom
|
||||||
BraceWrapping:
|
BraceWrapping:
|
||||||
|
@ -388,7 +388,9 @@ omemo_publish_crypto_materials(void)
|
|||||||
omemo_bundle_publish(true);
|
omemo_bundle_publish(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _acquire_sender_devices_list(void) {
|
static void
|
||||||
|
_acquire_sender_devices_list(void)
|
||||||
|
{
|
||||||
char* barejid = connection_get_barejid();
|
char* barejid = connection_get_barejid();
|
||||||
|
|
||||||
g_hash_table_insert(omemo_ctx.device_list_handler, strdup(barejid), _handle_own_device_list);
|
g_hash_table_insert(omemo_ctx.device_list_handler, strdup(barejid), _handle_own_device_list);
|
||||||
|
Loading…
Reference in New Issue
Block a user