summaryrefslogtreecommitdiffstats
path: root/src/libserver/html/html_entities.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/html/html_entities.hxx')
-rw-r--r--src/libserver/html/html_entities.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libserver/html/html_entities.hxx b/src/libserver/html/html_entities.hxx
index 68084bf92..fc1f7cc22 100644
--- a/src/libserver/html/html_entities.hxx
+++ b/src/libserver/html/html_entities.hxx
@@ -23,9 +23,9 @@
namespace rspamd::html {
-auto decode_html_entitles_inplace(char *s, std::size_t len, bool norm_spaces = false) -> std::size_t ;
+auto decode_html_entitles_inplace(char *s, std::size_t len, bool norm_spaces = false) -> std::size_t;
auto decode_html_entitles_inplace(std::string &st) -> void;
-}
+}// namespace rspamd::html
#endif