Cygwin: syscalls.cc: fix formatting

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2019-01-25 20:02:03 +01:00
parent c524a915a5
commit 3a1ed0ef70
1 changed files with 4 additions and 5 deletions

View File

@ -1842,7 +1842,6 @@ fhandler_base::stat_fixup (struct stat *buf)
buf->st_ino = FH_TTY;
else
buf->st_ino = get_device ();
}
/* For /dev-based devices, st_dev must be set to the device number of /dev,
not it's own device major/minor numbers. What we do here to speed up