]> 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:45:12 +0000 (11:45 +0200)
committerŠtěpán Balážik <stepan.balazik@nic.cz>
Thu, 15 Oct 2020 11:22:22 +0000 (13:22 +0200)
lib/selection.h

index 0b06a43b5721b75da91a8480c32e5c427318120a..1d04bf10ea79ab7e9283da80f45ab5f548e951bf 100644 (file)
@@ -160,7 +160,7 @@ struct choice {
 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);
+                                      size_t *out_forward_index);
 
 /**
  * @brief Common part of RTT feedback mechanism. Notes RTT to global cache.