summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgrosbach <grosbach@91177308-0d34-0410-b5e6-96231b3b80d8>2012-09-21 00:36:42 +0000
committergrosbach <grosbach@91177308-0d34-0410-b5e6-96231b3b80d8>2012-09-21 00:36:42 +0000
commit92991340a7f520c00c7357dceda2ae0551d3ad73 (patch)
tree138acc207537597aab16e27ffdd1963040801df0 /lib
parentad46cb9a88691bea0e367d58e7be082428a77dd9 (diff)
Tidy up. Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164344 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/MCTargetDesc/ARMMCExpr.h4
1 files 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; }
};