From e479569ac94ed3d971bbb170648318c4aa37e317 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0t=C4=9Bp=C3=A1n=20Bal=C3=A1=C5=BEik?= Date: Tue, 8 Sep 2020 11:42:44 +0200 Subject: [PATCH] fixup! format: convert to using tabs in new files --- lib/selection.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/selection.c b/lib/selection.c index 0ff189b0d..fe4322339 100644 --- a/lib/selection.c +++ b/lib/selection.c @@ -180,13 +180,13 @@ void shuffle_choices(struct choice choices[], int choices_len) { // Performs the actual selection (currently epsilon-greedy with epsilon = 0.05). struct kr_transport *choose_transport(struct choice choices[], - int choices_len, - knot_dname_t **unresolved, - int unresolved_len, - int timeouts, - struct knot_mm *mempool, - bool tcp, - size_t *out_forward_index) { + int choices_len, + knot_dname_t **unresolved, + int unresolved_len, + int timeouts, + struct knot_mm *mempool, + bool tcp, + size_t *out_forward_index) { if (!choices_len && !unresolved_len) { // There is nothing to choose from :( return NULL; -- 2.47.2