Skip to content

Commit 236e197

Browse files
committed
~
1 parent 4088eda commit 236e197

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang-tools-extra/docs/clang-tidy/checks/modernize/use-std-print.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Converts calls to ``printf``, ``fprintf``, ``absl::PrintF`` and
99
The replaced and replacement functions can be customised by configuration
1010
options. Each argument that is the result of a call to
1111
``std::string::c_str()`` and ``std::string::data()`` will have that
12-
now-unnecessary call removed in a similar manner to the
13-
:doc:`readability-redundant-string-cstr
14-
<../readability/redundant-string-cstr>` check.
12+
now-unnecessary call removed in a similar manner to the
13+
:doc:`readability-redundant-string-cstr
14+
<../readability/redundant-string-cstr>` check.
1515

1616
In other words, it turns lines like:
1717

0 commit comments

Comments
 (0)