Skip to content

Commit 901c200

Browse files
committed
Fix formatting
1 parent 2766611 commit 901c200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/hwintrinsic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ struct HWIntrinsicInfo
862862
static bool HasImmediateOperand(NamedIntrinsic id)
863863
{
864864
const HWIntrinsicFlag flags = lookupFlags(id);
865-
return ((flags & HW_Flag_HasImmediateOperand) != 0)|| HasEnumOperand(id);
865+
return ((flags & HW_Flag_HasImmediateOperand) != 0) || HasEnumOperand(id);
866866
}
867867

868868
static bool IsScalable(NamedIntrinsic id)

0 commit comments

Comments
 (0)