[libcamera-devel] [PATCH 1/2] clang-format: Remove space after template
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Tue Feb 12 23:25:56 CET 2019
Our coding style doesn't require a space after the template keyword.
Adjust .clang-format accordingly.
Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
.clang-format | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.clang-format b/.clang-format
index bed81c58afb5..7c5f7b00b3ee 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
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list