Fixed a strange construct. Please review.
[oota-llvm.git] / include / llvm / ADT / hash_set.in
index 509314b52750dc570b850c2e15773b4ce6113454..aa27e5f0205c26547652cdb082a01a9339609b49 100644 (file)
@@ -25,7 +25,7 @@
 //  3.0.4       std      ext/hash_set
 //  3.1      __gnu_cxx   ext/hash_set
 //  HP aCC6     std      stdex/rw/hashset.h
-//  MS VC++    stdext      hash_map
+//  MS VC++    stdext      hash_set
 
 #undef HAVE_GNU_EXT_HASH_SET
 #undef HAVE_STD_EXT_HASH_SET
@@ -84,7 +84,7 @@ namespace HASH_NAMESPACE {
 /*
 template <class DataType> struct hash {
     unsigned int operator()(const unsigned int& x) const {
-       return x;
+      return x;
     }
 };
 */