From bc4cace5f32dd28304a25cebd062d31961dfbb3e Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 12 Feb 2019 22:38:06 +0200 Subject: clang-format: Remove space after template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Our coding style doesn't require a space after the template keyword. Adjust .clang-format accordingly. Signed-off-by: Laurent Pinchart Reviewed-by: Niklas Söderlund --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index bed81c58..7c5f7b00 100644 --- a/.clang-format +++ b/.clang-format @@ -100,7 +100,7 @@ ReflowComments: false SortIncludes: false #SortUsingDeclarations: false # Unknown to clang-format-4.0 SpaceAfterCStyleCast: false -SpaceAfterTemplateKeyword: true +SpaceAfterTemplateKeyword: false SpaceBeforeAssignmentOperators: true #SpaceBeforeCtorInitializerColon: true # Unknown to clang-format-5.0 #SpaceBeforeInheritanceColon: true # Unknown to clang-format-5.0 -- cgit v1.2.1