Cygwin: syscalls.cc: fix formatting
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
c524a915a5
commit
3a1ed0ef70
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue