diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-06-06 12:26:58 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-06-06 12:26:58 +0000 |
commit | eafeae3861b5fc875c3f9c6aab48fcd7e882da8c (patch) | |
tree | ce33d2d28e88127801d57040e6670166b926bca9 | |
parent | f5596ea39060ab23abfb1daf3f0aa2e11eb15cc6 (diff) | |
download | shibari-eafeae3861b5fc875c3f9c6aab48fcd7e882da8c.tar.gz shibari-eafeae3861b5fc875c3f9c6aab48fcd7e882da8c.tar.xz shibari-eafeae3861b5fc875c3f9c6aab48fcd7e882da8c.zip |
Remove spurious whitespace
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | src/common/shibari_util_canon_domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/shibari_util_canon_domain.c b/src/common/shibari_util_canon_domain.c index ece0c9b..b9ea5b8 100644 --- a/src/common/shibari_util_canon_domain.c +++ b/src/common/shibari_util_canon_domain.c @@ -16,5 +16,5 @@ void shibari_util_canon_domain (s6dns_domain_t *canon, s6dns_domain_t const *ori uint8_t len = orig->s[i] ; canon->s[i++] = len ; for (; len-- ; i++) canon->s[i] = tolower(orig->s[i]) ; - } + } } |