summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-05-16 23:04:10 +0100
committeriphydf <iphydf@users.noreply.github.com>2020-05-17 18:16:42 +0100
commit03a511482ffa643a636cd5bcce596f110ca2d8e0 (patch)
treef984d78add7a716a8451907aecbbcdcb2dff690c /toxcore/Messenger.c
parentfe8e0fb8fa46a815e89e3722a7c92b35181c2ce8 (diff)
Format comments according to tokstyle's requirements.
Diffstat (limited to 'toxcore/Messenger.c')
-rw-r--r--toxcore/Messenger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index 9984d7f0..9d84e7a7 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -2510,7 +2510,7 @@ static char *id_to_string(const uint8_t *pk, char *id_str, size_t length)
2510} 2510}
2511 2511
2512/* Minimum messenger run interval in ms 2512/* Minimum messenger run interval in ms
2513 TODO(mannol): A/V */ 2513 * TODO(mannol): A/V */
2514#define MIN_RUN_INTERVAL 50 2514#define MIN_RUN_INTERVAL 50
2515 2515
2516/* Return the time in milliseconds before do_messenger() should be called again 2516/* Return the time in milliseconds before do_messenger() should be called again