From 77ec04c656364965d1100eee6576a506a5f3c341 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 29 Jun 2011 21:58:37 +0000 Subject: [PATCH] Indentation llvm-svn: 134100 --- llvm/include/llvm/MC/MCInstrInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/MC/MCInstrInfo.h b/llvm/include/llvm/MC/MCInstrInfo.h index 9b15825c8f20..a63e5faf8f93 100644 --- a/llvm/include/llvm/MC/MCInstrInfo.h +++ b/llvm/include/llvm/MC/MCInstrInfo.h @@ -25,7 +25,7 @@ namespace llvm { /// class MCInstrInfo { const MCInstrDesc *Desc; // Raw array to allow static init'n - unsigned NumOpcodes; // Number of entries in the desc array + unsigned NumOpcodes; // Number of entries in the desc array public: /// InitMCInstrInfo - Initialize MCInstrInfo, called by TableGen -- GitLab