indent
This commit is contained in:
parent
699dcfe6eb
commit
1bbb761aec
@ -866,8 +866,8 @@ void Yap_CloseStreams(int loud) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
CloseStream(int sno) {
|
CloseStream(int sno) {
|
||||||
CACHE_REGS
|
CACHE_REGS
|
||||||
if (!(GLOBAL_Stream[sno].status &
|
if (!(GLOBAL_Stream[sno].status &
|
||||||
(Null_Stream_f | Socket_Stream_f | InMemory_Stream_f | Pipe_Stream_f)))
|
(Null_Stream_f | Socket_Stream_f | InMemory_Stream_f | Pipe_Stream_f)))
|
||||||
|
Reference in New Issue
Block a user