From 7c0fdf8510fbc09a6a8f872d1c95f1d6e1709f28 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 22 Dec 2023 21:45:10 -0500 Subject: Format code, bump clang-format version to 18 --- format-code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format-code') diff --git a/format-code b/format-code index 295c5d05..b2e72364 100755 --- a/format-code +++ b/format-code @@ -23,7 +23,7 @@ # are improvements, bump the minimum required version of clang-format # here, and update manual/contributing.rst. There's a comment there # that refers to this comment. See also .clang-format. -min_version=16 +min_version=18 clang_version=$(clang-format --version | \ awk '{for (i=1; i<=NF; i++) if ($i == "version") {print int($(i+1)); exit}}') -- cgit v1.2.3-54-g00ecf