From: Evan Cheng Date: Wed, 29 Jun 2011 21:58:37 +0000 (+0000) Subject: Indentation X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=33b259f46cc281531c36b471862cb0853d2528df;p=oota-llvm.git Indentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134100 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCInstrInfo.h b/include/llvm/MC/MCInstrInfo.h index 9b15825c8f2..a63e5faf8f9 100644 --- a/include/llvm/MC/MCInstrInfo.h +++ b/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