mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
gzstream.cpp: whitespace fix
This commit is contained in:
parent
71005d6c10
commit
5ebff51e99
@ -121,7 +121,7 @@ int gzstreambuf::overflow( int c) { // used for output buffer only
|
||||
if ( ! ( mode & ios::out) || ! opened)
|
||||
return EOF;
|
||||
if (c != EOF) {
|
||||
*pptr() = (char) c;
|
||||
*pptr() = (char) c;
|
||||
pbump(1);
|
||||
}
|
||||
if ( flush_buffer() == EOF)
|
||||
|
Loading…
Reference in New Issue
Block a user