[llvm-commits] CVS: llvm/include/llvm/ADT/CStringMap.h
Chris Lattner
sabre at nondot.org
Sun Oct 29 15:47:15 PST 2006
Changes in directory llvm/include/llvm/ADT:
CStringMap.h updated: 1.1 -> 1.2
---
Log message:
add newline at end of file
---
Diffs of the changes: (+2 -1)
CStringMap.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/ADT/CStringMap.h
diff -u llvm/include/llvm/ADT/CStringMap.h:1.1 llvm/include/llvm/ADT/CStringMap.h:1.2
--- llvm/include/llvm/ADT/CStringMap.h:1.1 Sun Oct 29 17:42:03 2006
+++ llvm/include/llvm/ADT/CStringMap.h Sun Oct 29 17:47:01 2006
@@ -141,4 +141,5 @@
}
-#endif
\ No newline at end of file
+#endif
+
More information about the llvm-commits
mailing list