diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-09 14:38:31 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-09 14:38:31 +0200 |
| commit | 7469985a4ee794ecc736de12f7d768f1746419c0 (patch) | |
| tree | 4c9e56b7bdff30c95260a74fec70c1ed0e5342a3 /.clang-tidy | |
| parent | 878af4b049e0236daa02d075e693c9c630d89aca (diff) | |
| download | kernel-7469985a4ee794ecc736de12f7d768f1746419c0.tar.xz kernel-7469985a4ee794ecc736de12f7d768f1746419c0.zip | |
ide: fix print include path
Diffstat (limited to '.clang-tidy')
| -rw-r--r-- | .clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 0be16fbd..f554b1cc 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -64,7 +64,7 @@ CheckOptions: modernize-use-std-print.ReplacementPrintFunction: "kstd::print" modernize-use-std-print.ReplacementPrintlnFunction: "kstd::println" - modernize-use-std-print.PrintHeader: "kstd/print" + modernize-use-std-print.PrintHeader: "kstd/print.hpp" modernize-use-std-ranges.UseReversePipe: true |
