Skip to content

Commit 146b01c

Browse files
committed
fixup! clang-format
1 parent 5a757c9 commit 146b01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ struct VLEPseudo {
716716
};
717717

718718
struct VSEPseudo {
719-
uint16_t Masked :1;
719+
uint16_t Masked : 1;
720720
uint16_t Strided : 1;
721721
uint16_t Log2SEW : 3;
722722
uint16_t LMUL : 3;

0 commit comments

Comments
 (0)