From 95919ab6f4959a3076276e506d36bdab2d1dd7ab Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Sep 2025 21:02:20 +0200 Subject: Rename process_filename() -> fixed_width(). --- src/html_formatter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html_formatter.cc') diff --git a/src/html_formatter.cc b/src/html_formatter.cc index 07773645..5e223430 100644 --- a/src/html_formatter.cc +++ b/src/html_formatter.cc @@ -116,7 +116,7 @@ HTMLFormatter::process_string() std::function -HTMLFormatter::process_filename() +HTMLFormatter::fixed_width() { return [](std::string s) { return String::compose("%1", s); -- cgit v1.2.3