From d314ab525db93cdb51ede18830b95c97af497e3c Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Fri, 21 Sep 2012 00:36:42 +0000 Subject: [PATCH] Tidy up. Whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164344 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/MCTargetDesc/ARMMCExpr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h b/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h index a727e087d29..6bddc42b373 100644 --- a/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h +++ b/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h @@ -28,7 +28,7 @@ private: explicit ARMMCExpr(VariantKind _Kind, const MCExpr *_Expr) : Kind(_Kind), Expr(_Expr) {} - + public: /// @name Construction /// @{ @@ -67,7 +67,7 @@ public: static bool classof(const MCExpr *E) { return E->getKind() == MCExpr::Target; } - + static bool classof(const ARMMCExpr *) { return true; } };