mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-19 02:25:01 +00:00
MC: whitespace
Remove hard tabs in favour of spaces. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199624 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -96,7 +96,7 @@ public:
|
|||||||
virtual void emitAttribute(unsigned Attribute, unsigned Value) = 0;
|
virtual void emitAttribute(unsigned Attribute, unsigned Value) = 0;
|
||||||
virtual void emitTextAttribute(unsigned Attribute, StringRef String) = 0;
|
virtual void emitTextAttribute(unsigned Attribute, StringRef String) = 0;
|
||||||
virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
|
virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
|
||||||
StringRef StringValue = "") = 0;
|
StringRef StringValue = "") = 0;
|
||||||
virtual void emitFPU(unsigned FPU) = 0;
|
virtual void emitFPU(unsigned FPU) = 0;
|
||||||
virtual void emitArch(unsigned Arch) = 0;
|
virtual void emitArch(unsigned Arch) = 0;
|
||||||
virtual void finishAttributeSection() = 0;
|
virtual void finishAttributeSection() = 0;
|
||||||
|
Reference in New Issue
Block a user