From 52036e4e534a3ea264546f7b578412799ca67186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu> Date: Tue, 31 May 2022 12:46:00 +0200 Subject: [PATCH] [skip ci] fix clang-format for undefined symbol --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index f168e3f62..d7ec3ad2d 100644 --- a/.clang-format +++ b/.clang-format @@ -97,7 +97,6 @@ PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 200 PointerAlignment: Left ReflowComments: true -SeparateDefinitionBlocks: Always SortIncludes: false SortUsingDeclarations: true SpaceAfterCStyleCast: false -- GitLab