Cygwin: fix formatting: collapse whitespace-only lines

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2020-03-11 13:28:27 +01:00
parent d2ef2331f9
commit 3bb346d593
22 changed files with 26 additions and 26 deletions

View File

@ -19,7 +19,7 @@ details. */
processes interact. If you have the requirement to interact with native
Windows applications which use Windows mandatory file locking, your have
to use mandatory locking as well. The command
fcntl (fd, F_LCK_MANDATORY, 1)
switches subsequent F_GETLK, F_SETLK, F_SETLKW calls to mandatory locking