svn commit: r289073 - head/contrib/libc++/src

Dimitry Andric dim at FreeBSD.org
Fri Oct 9 18:23:11 UTC 2015


Author: dim
Date: Fri Oct  9 18:23:10 2015
New Revision: 289073
URL: https://svnweb.freebsd.org/changeset/base/289073

Log:
  Remove empty line again from libc++'s iostream.cpp.  This was used to
  force updates to this file, so it will be rebuilt by the fixed clang
  from r289072.

Modified:
  head/contrib/libc++/src/iostream.cpp

Modified: head/contrib/libc++/src/iostream.cpp
==============================================================================
--- head/contrib/libc++/src/iostream.cpp	Fri Oct  9 18:21:45 2015	(r289072)
+++ head/contrib/libc++/src/iostream.cpp	Fri Oct  9 18:23:10 2015	(r289073)
@@ -86,4 +86,3 @@ ios_base::Init::~Init()
 }
 
 _LIBCPP_END_NAMESPACE_STD
-


More information about the svn-src-all mailing list