aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_constants.h')
-rw-r--r--src/parse_constants.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/parse_constants.h b/src/parse_constants.h
index 8381f2ae..2ee6287b 100644
--- a/src/parse_constants.h
+++ b/src/parse_constants.h
@@ -209,7 +209,9 @@ void parse_error_offset_source_start(parse_error_list_t *errors, size_t amt);
#define ILLEGAL_FD_ERR_MSG _(L"Illegal file descriptor in redirection '%ls'")
/// Error message for wildcards with no matches.
-#define WILDCARD_ERR_MSG _(L"No matches for wildcard '%ls'. (Tip: empty matches are allowed in 'set', 'count', 'for'.)")
+#define WILDCARD_ERR_MSG \
+ _(L"No matches for wildcard '%ls'. (Tip: empty matches are allowed in 'set', 'count', " \
+ L"'for'.)")
/// Error when using break outside of loop.
#define INVALID_BREAK_ERR_MSG _(L"'break' while not inside of loop")