From 4617df302e15647e2f7b01e6bd32573b5f99c8a3 Mon Sep 17 00:00:00 2001 From: Julius Nehring-Wirxel <julius.nehring-wirxel@rwth-aachen.de> Date: Fri, 1 Dec 2023 11:59:21 +0100 Subject: [PATCH] Fix duplicate line that caused errors in newer clang-format versions --- .clang-format | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index cb0ac8b9..5fdf0f06 100644 --- a/.clang-format +++ b/.clang-format @@ -42,7 +42,6 @@ SpaceInEmptyParentheses: false SpacesBeforeTrailingComments: 1 SpacesInAngles: false SpacesInCStyleCastParentheses: false -SpacesInCStyleCastParentheses: false SpacesInParentheses: false #SpacesInSquareBrackets: false UseTab: Never @@ -56,4 +55,4 @@ AlignTrailingComments: true CommentPragmas: '!Api.*' # Includes -IncludeBlocks: Preserve \ No newline at end of file +IncludeBlocks: Preserve -- GitLab