Wiped out some non-ascii characters that snuck into the copyright.
llvm-svn: 103516
diff --git a/libcxx/include/__std_stream b/libcxx/include/__std_stream
index 6a1fc06..a2591f5 100644
--- a/libcxx/include/__std_stream
+++ b/libcxx/include/__std_stream
@@ -1,7 +1,7 @@
// -*- C++ -*-
//===----------------------------------------------------------------------===//
//
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
@@ -179,7 +179,7 @@
while (__enxt > __extbuf)
if (ungetc(*--__enxt, __file_) == EOF)
return traits_type::eof();
- return traits_type::not_eof(__c);
+ return traits_type::not_eof(__c);
}
// __stdoutbuf