cpp-common: add `bt2s::string_view`, alias of `bpstd::string_view`
[babeltrace.git] / tools / format-cpp.sh
index 04444ddcd679bb49e8d3b0b341b96e78fee3fbbe..754b04d25ca68e71eb67db0737656353617f25da 100755 (executable)
@@ -45,7 +45,6 @@ format_cpp() {
        # files in specific subdirectories.
        find "$(realpath "$root_dir")" \( -name '*.cpp' -o -name '*.hpp' \) \
                ! -path '*/src/cpp-common/vendor/*' \
-               ! -path '*/src/cpp-common/string_view.hpp' \
                ! -path '*/src/cpp-common/nlohmann/json.hpp' \
                ! -path '*/src/plugins/ctf/common/metadata/parser.*' \
                ! -path '*/src/plugins/ctf/common/metadata/lexer.*' \
This page took 0.027262 seconds and 4 git commands to generate.