Skip to content

Commit 6e9cf96

Browse files
committed
Fix formatting.
1 parent 87dd5fa commit 6e9cf96

File tree

1 file changed

+1
-4
lines changed
  • llvm/include/llvm/BinaryFormat

1 file changed

+1
-4
lines changed

llvm/include/llvm/BinaryFormat/GOFF.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,7 @@ enum RLDAction : uint8_t {
178178
RLD_ACT_Subtract = 1,
179179
};
180180

181-
enum RLDFetchStore : uint8_t {
182-
RLD_FS_Fetch = 0,
183-
RLD_FS_Store = 1
184-
};
181+
enum RLDFetchStore : uint8_t { RLD_FS_Fetch = 0, RLD_FS_Store = 1 };
185182

186183
enum ENDEntryPointRequest : uint8_t {
187184
END_EPR_None = 0,

0 commit comments

Comments
 (0)