From: Craig Topper Date: Thu, 25 May 2017 06:15:05 +0000 (+0000) Subject: [MVT] Fix the identation of the start of the MVT class. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba01932aa0fec3609ebc084f0b4d6bd55b10283b;p=llvm [MVT] Fix the identation of the start of the MVT class. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303841 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineValueType.h b/include/llvm/CodeGen/MachineValueType.h index e92bb7f7496..d991e4c216d 100644 --- a/include/llvm/CodeGen/MachineValueType.h +++ b/include/llvm/CodeGen/MachineValueType.h @@ -26,7 +26,7 @@ namespace llvm { /// Machine Value Type. Every type that is supported natively by some /// processor targeted by LLVM occurs here. This means that any legal value /// type can be represented by an MVT. -class MVT { + class MVT { public: enum SimpleValueType : uint8_t { // Simple value types that aren't explicitly part of this enumeration