]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! format: convert to using tabs in new files
authorŠtěpán Balážik <stepan.balazik@nic.cz>
Tue, 8 Sep 2020 09:42:44 +0000 (11:42 +0200)
committerŠtěpán Balážik <stepan.balazik@nic.cz>
Thu, 15 Oct 2020 11:22:22 +0000 (13:22 +0200)
lib/selection.c

index 0ff189b0df1e7b5d859e9c87edff7af2f75b97f8..fe43223393a9674c465a5658a947c565d6b729c4 100644 (file)
@@ -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;