mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Fix up formatting
This commit is contained in:
@ -699,8 +699,8 @@ do_ftell_wide (_IO_FILE *fp)
|
||||
offset += outstop - out;
|
||||
}
|
||||
|
||||
/* _IO_read_end coincides with fp._offset, so the actual file position
|
||||
is fp._offset - (_IO_read_end - new_write_ptr). */
|
||||
/* _IO_read_end coincides with fp._offset, so the actual file
|
||||
position is fp._offset - (_IO_read_end - new_write_ptr). */
|
||||
offset -= fp->_IO_read_end - fp->_IO_write_ptr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user