Date: Fri, 9 Oct 2015 18:23:10 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r289073 - head/contrib/libc++/src Message-ID: <201510091823.t99INAdJ056236@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510091823.t99INAdJ056236>