[Format] clang format for typecast
authorJaeyun <jy1210.jung@samsung.com>
Fri, 30 Apr 2021 04:55:19 +0000 (13:55 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 3 May 2021 01:18:32 +0000 (10:18 +0900)
add space when using c-style typecast.

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
.clang-format

index 1661a98..361d61a 100644 (file)
@@ -47,6 +47,7 @@ PenaltyBreakString: 100
 PenaltyExcessCharacter: 1
 PenaltyReturnTypeOnItsOwnLine: 20
 PointerBindsToType: false
+SpaceAfterCStyleCast: true
 SpaceBeforeAssignmentOperators: true
 SpaceBeforeParens: Always
 SpaceInEmptyParentheses: false