Skip to content

Commit 3e18075

Browse files
chore: autopublish 2025-04-10T00:53:54Z
1 parent 32c8357 commit 3e18075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/lib/Sema/SemaHLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ enum ArBasicKind {
387387
#define IS_BPROP_UNSIGNABLE(_Props) \
388388
(IS_BPROP_AINT(_Props) && GET_BPROP_BITS(_Props) != BPROP_BITS12)
389389

390-
#define IS_BPROP_ENUM(_Props) (((_Props)&BPROP_ENUM) != 0)
390+
#define IS_BPROP_ENUM(_Props) (((_Props) & BPROP_ENUM) != 0)
391391

392392
const UINT g_uBasicKindProps[] = {
393393
BPROP_PRIMITIVE | BPROP_BOOLEAN | BPROP_INTEGER | BPROP_NUMERIC |

0 commit comments

Comments
 (0)