[llvm-commits] [llvm] r164344 - /llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h

Jim Grosbach grosbach at apple.com
Thu Sep 20 17:36:42 PDT 2012


Author: grosbach
Date: Thu Sep 20 19:36:42 2012
New Revision: 164344

URL: http://llvm.org/viewvc/llvm-project?rev=164344&view=rev
Log:
Tidy up. Whitespace.

Modified:
    llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h

Modified: llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h?rev=164344&r1=164343&r2=164344&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h (original)
+++ llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h Thu Sep 20 19:36:42 2012
@@ -28,7 +28,7 @@
 
   explicit ARMMCExpr(VariantKind _Kind, const MCExpr *_Expr)
     : Kind(_Kind), Expr(_Expr) {}
-  
+
 public:
   /// @name Construction
   /// @{
@@ -67,7 +67,7 @@
   static bool classof(const MCExpr *E) {
     return E->getKind() == MCExpr::Target;
   }
-  
+
   static bool classof(const ARMMCExpr *) { return true; }
 
 };





More information about the llvm-commits mailing list