Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Jul 16, 2016
1 parent d7d72b2 commit 84c38f8
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions sys/create.c
Original file line number Diff line number Diff line change
Expand Up @@ -1092,19 +1092,16 @@ Return Value:
__leave;
}
}

//
// Let's make sure that if the caller provided an oplock key that it
// gets stored in the file object.
//

status = FsRtlCheckOplockEx(DokanGetFcbOplock(fcb),
Irp,
OPLOCK_FLAG_OPLOCK_KEY_CHECK_ONLY,
NULL,
NULL,
NULL );


status =
FsRtlCheckOplockEx(DokanGetFcbOplock(fcb), Irp,
OPLOCK_FLAG_OPLOCK_KEY_CHECK_ONLY, NULL, NULL, NULL);

if (!NT_SUCCESS(status)) {
__leave;
}
Expand Down

0 comments on commit 84c38f8

Please sign in to comment.