Tidy up. Whitespace.
authorJim Grosbach <grosbach@apple.com>
Fri, 21 Sep 2012 00:36:42 +0000 (00:36 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 21 Sep 2012 00:36:42 +0000 (00:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164344 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/MCTargetDesc/ARMMCExpr.h

index a727e087d291411b7e3b6ed66d3f3fa394ca19ca..6bddc42b37308e64bf8213d8dff66d71753105a3 100644 (file)
@@ -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; }
 
 };