forked from boostorg/exception
fixed compile errors, removed tabs as required.
[SVN r44114]
This commit is contained in:
@ -16,7 +16,7 @@ class file_read_error: public boost::exception { };
|
||||
|
||||
void
|
||||
file_read( FILE * f, void * buffer, size_t size )
|
||||
{
|
||||
{
|
||||
if( size!=fread(buffer,1,size,f) )
|
||||
throw boost::enable_exception_cloning(file_read_error()) << errno_info(errno);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user