mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 00:38:01 +00:00
Fix whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18482 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
72586d2c03
commit
c9da76f1f5
@ -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)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user