[llvm-commits] CVS: llvm/include/llvm/ADT/DenseMap.h

Alkis Evlogimenos alkis at cs.uiuc.edu
Thu Sep 30 14:39:57 PDT 2004



Changes in directory llvm/include/llvm/ADT:

DenseMap.h updated: 1.8 -> 1.9
---
Log message:

Remove whitespace from the end of the line.


---
Diffs of the changes:  (+2 -2)

Index: llvm/include/llvm/ADT/DenseMap.h
diff -u llvm/include/llvm/ADT/DenseMap.h:1.8 llvm/include/llvm/ADT/DenseMap.h:1.9
--- llvm/include/llvm/ADT/DenseMap.h:1.8	Wed Sep  8 21:37:56 2004
+++ llvm/include/llvm/ADT/DenseMap.h	Thu Sep 30 16:39:47 2004
@@ -1,10 +1,10 @@
 //===- llvm/ADT/DenseMap.h - A dense map implmentation ----------*- C++ -*-===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // This file implements a dense map. A dense map template takes two






More information about the llvm-commits mailing list