summaryrefslogtreecommitdiff
path: root/src/text_formatter.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-16 21:02:20 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-16 21:02:23 +0200
commit95919ab6f4959a3076276e506d36bdab2d1dd7ab (patch)
tree39c8367894153c5e129679fead0463f791eb901a /src/text_formatter.cc
parentd03b2894c76430b550f9883dddf9d7f51858a896 (diff)
Rename process_filename() -> fixed_width().
Diffstat (limited to 'src/text_formatter.cc')
-rw-r--r--src/text_formatter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_formatter.cc b/src/text_formatter.cc
index 2db8b602..a5c630b3 100644
--- a/src/text_formatter.cc
+++ b/src/text_formatter.cc
@@ -77,7 +77,7 @@ TextFormatter::process_string()
std::function<std::string (std::string)>
-TextFormatter::process_filename()
+TextFormatter::fixed_width()
{
return [](std::string s) {
return s;