Fix indentation

This commit is contained in:
Richard Kimberly Heck 2023-05-27 11:38:19 -04:00
parent 04fe6c89dc
commit 9a4e44e7df

View File

@ -5396,7 +5396,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
// invalid after regex_match returns, since it is then
// being given a temporary object. (Thanks to Georg for
// figuring that out.)
regex const link_re("^(([a-z]+):|www\\.).*");
regex const link_re("^(([a-z]+):|www\\.).*");
smatch matches;
string const c = to_utf8(lowercase(content));