From de918ef9cfb652b20b215d0d2f6622eb9a117b2c Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Sat, 6 Jan 2024 01:00:21 +0100 Subject: [PATCH] Add missing whitespace in multi-line comment --- data/modules.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/modules.example.conf b/data/modules.example.conf index fdf5b57be..1b8563ddb 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -420,7 +420,7 @@ module { name = "help" } * * Provides the regex engine regex/stdlib, which uses the regular expression library that is part of * the C++ standard library. -*/ + */ module { name = "m_regex_stdlib"