Remove trailing whitespace
[oota-llvm.git] / lib / CodeGen / VirtRegMap.h
index abdf85db0eb3dc13f26622e277d3e89af6dbf95a..d8c371c6dd01d425902cd933bcdd0ccbab927374 100644 (file)
@@ -48,7 +48,7 @@ namespace llvm {
     /// instructions, we need to know which virtual register was
     /// read/written by this instruction.
     MI2VirtMapTy MI2VirtMap;
-    
+
     VirtRegMap(const VirtRegMap&);     // DO NOT IMPLEMENT
     void operator=(const VirtRegMap&); // DO NOT IMPLEMENT