whitespace cleanup to force snapshot.
This commit is contained in:
@@ -1237,7 +1237,7 @@ fhandler_dev_tape::open (int flags, mode_t)
|
||||
TAPE_SPACE_FILEMARKS, 1, true);
|
||||
|
||||
if (!(flags & O_DIRECT))
|
||||
{
|
||||
{
|
||||
devbufsiz = mt->drive (driveno ())->dp ()->MaximumBlockSize;
|
||||
devbuf = new char [devbufsiz];
|
||||
}
|
||||
@@ -1466,7 +1466,7 @@ fhandler_dev_tape::dup (fhandler_base *child)
|
||||
lock (-1);
|
||||
fhandler_dev_tape *fh = (fhandler_dev_tape *) child;
|
||||
if (!DuplicateHandle (hMainProc, mt_mtx, hMainProc, &fh->mt_mtx, 0, TRUE,
|
||||
DUPLICATE_SAME_ACCESS))
|
||||
DUPLICATE_SAME_ACCESS))
|
||||
{
|
||||
debug_printf ("dup(%s) failed, mutex handle %x, %E",
|
||||
get_name (), mt_mtx);
|
||||
@@ -1476,7 +1476,7 @@ fhandler_dev_tape::dup (fhandler_base *child)
|
||||
fh->mt_evt = NULL;
|
||||
if (mt_evt &&
|
||||
!DuplicateHandle (hMainProc, mt_evt, hMainProc, &fh->mt_evt, 0, TRUE,
|
||||
DUPLICATE_SAME_ACCESS))
|
||||
DUPLICATE_SAME_ACCESS))
|
||||
{
|
||||
debug_printf ("dup(%s) failed, event handle %x, %E",
|
||||
get_name (), mt_evt);
|
||||
|
Reference in New Issue
Block a user