Cygwin: fix formatting: drop trailing whitespace

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2020-03-11 13:36:41 +01:00
parent 3bb346d593
commit b74bc88385
99 changed files with 117 additions and 117 deletions

View File

@ -605,7 +605,7 @@ class fhandler_socket: public fhandler_base
int __reg3 facl (int, int, struct acl *);
int __reg2 link (const char *);
off_t lseek (off_t, int)
{
{
set_errno (ESPIPE);
return -1;
}
@ -1709,7 +1709,7 @@ class fhandler_serial: public fhandler_base
int tcsetattr (int a, const struct termios *t);
int tcgetattr (struct termios *t);
off_t lseek (off_t, int)
{
{
set_errno (ESPIPE);
return -1;
}