Skip to content

Commit f20a8fa

Browse files
committed
Fix formatting
1 parent 2b99eb3 commit f20a8fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/include/llvm/MC/MCSymbolGOFF.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ class MCSymbolGOFF : public MCSymbol {
2828
GOFF::LDAttr LDAttributes;
2929

3030
enum SymbolFlags : uint16_t {
31-
SF_LD = 0x01, // LD attributes are set.
32-
// Leave place for EX attributes.
33-
SF_Hidden = 0x04, // Symbol is hidden, aka not exported.
34-
SF_Weak = 0x08, // Symbol is weak.
31+
SF_LD = 0x01, // LD attributes are set.
32+
// Leave place for EX attributes.
33+
SF_Hidden = 0x04, // Symbol is hidden, aka not exported.
34+
SF_Weak = 0x08, // Symbol is weak.
3535
};
3636

3737
public:

0 commit comments

Comments
 (0)