Fix whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18482 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-05-24 05:29:45 +00:00
parent 72586d2c03
commit c9da76f1f5

View File

@ -108,8 +108,7 @@ void copy_file(path const & source, path const & target, bool noclobber)
if (ret == -1) {
int err = errno;
::close(infile);
boost::throw_exception(
filesystem_path_error(
boost::throw_exception(filesystem_path_error(
"boost::filesystem::copy_file",
source, target,
fs::lookup_errno(err)));