From: Arran Cudbard-Bell Date: Tue, 16 Mar 2021 01:23:16 +0000 (+0000) Subject: Incorrect way to line wrap X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea665cdaa7f02917edc9ae53fcc31fa8e5552182;p=thirdparty%2Ffreeradius-server.git Incorrect way to line wrap --- diff --git a/src/lib/unlang/xlat_tokenize.c b/src/lib/unlang/xlat_tokenize.c index a22a0ec8740..e566e7ce2fa 100644 --- a/src/lib/unlang/xlat_tokenize.c +++ b/src/lib/unlang/xlat_tokenize.c @@ -383,8 +383,8 @@ static inline int xlat_tokenize_function_single_arg(TALLOC_CTX *ctx, xlat_exp_t node->flags.needs_resolving = true; /* Needs resolution during pass2 */ } else { if (func->input_type == XLAT_INPUT_ARGS) { - fr_strerror_const("Function takes multiple arguments and should \ - be called using %(func:args) syntax"); + fr_strerror_const("Function takes multiple arguments and should " + "be called using %(func:args) syntax"); error: head = NULL; talloc_free(node);