forked from OSchip/llvm-project
MC: whitespace
Remove hard tabs in favour of spaces. NFC. llvm-svn: 199624
This commit is contained in:
parent
e108405aaf
commit
4cbdbaf764
|
@ -96,7 +96,7 @@ public:
|
|||
virtual void emitAttribute(unsigned Attribute, unsigned Value) = 0;
|
||||
virtual void emitTextAttribute(unsigned Attribute, StringRef String) = 0;
|
||||
virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
|
||||
StringRef StringValue = "") = 0;
|
||||
StringRef StringValue = "") = 0;
|
||||
virtual void emitFPU(unsigned FPU) = 0;
|
||||
virtual void emitArch(unsigned Arch) = 0;
|
||||
virtual void finishAttributeSection() = 0;
|
||||
|
|
Loading…
Reference in New Issue