summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-02-17 09:28:26 -0500
committerirungentoo <irungentoo@gmail.com>2014-02-17 09:28:26 -0500
commit8de8022d5a55abb959b4601177b5ac98804d26b6 (patch)
tree4ebd2e5121bd23e9bd3a9e8ea59d221782e16f1e
parentf152d4c94dc8ecb567a6882b97f2ff95d56893ce (diff)
astyled last commit.
-rw-r--r--toxcore/assoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/assoc.c b/toxcore/assoc.c
index adddb344..2c1f0bad 100644
--- a/toxcore/assoc.c
+++ b/toxcore/assoc.c
@@ -425,7 +425,7 @@ static uint8_t candidates_create_internal(Assoc *assoc, hash_t hash, uint8_t *id
425 * 1. seen bad, heard good 425 * 1. seen bad, heard good
426 * 2. seen good 426 * 2. seen good
427 * 3. used */ 427 * 3. used */
428 // enumerated lists are superior to magic numbers 428 // enumerated lists are superior to magic numbers
429 if (!is_timeout(entry->used_at, BAD_NODE_TIMEOUT)) 429 if (!is_timeout(entry->used_at, BAD_NODE_TIMEOUT))
430 check = USED; 430 check = USED;
431 431