From 654b06707840cb46b1b15171d994bd86a6f40335 Mon Sep 17 00:00:00 2001 From: Pavel Rochnyack Date: Tue, 3 Jul 2018 18:48:02 +0700 Subject: [PATCH] utils_tail_match: Fix formatting --- src/utils_tail_match.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/utils_tail_match.h b/src/utils_tail_match.h index 03b70e93..1292a903 100644 --- a/src/utils_tail_match.h +++ b/src/utils_tail_match.h @@ -80,9 +80,8 @@ void tail_match_destroy(cu_tail_match_t *obj); * When `tail_match_destroy' is called the `user_data' pointer is freed using * the `free_user_data' callback - if it is not NULL. * When using this interface the `tail_match' module doesn't dispatch any - * values - * itself - all that has to happen in either the match-callbacks or the - * submit_match callback. + * values itself - all that has to happen in either the match-callbacks or + * the submit_match callback. * * RETURN VALUE * Zero upon success, non-zero otherwise. -- 2.11.0