Skip to content

Commit 2a5ffb4

Browse files
author
jan.nijtmans
committed
Fix indenting
1 parent ee6df59 commit 2a5ffb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic/tclIO.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4633,7 +4633,7 @@ Tcl_GetsObj(
46334633
if (GotFlag(statePtr, CHANNEL_STICKY_EOF)) {
46344634
SetFlag(statePtr, CHANNEL_EOF);
46354635
assert(statePtr->inputEncodingFlags & TCL_ENCODING_END);
4636-
assert(!GotFlag(statePtr, CHANNEL_BLOCKED|INPUT_SAW_CR));
4636+
assert(!GotFlag(statePtr, CHANNEL_BLOCKED|INPUT_SAW_CR));
46374637

46384638
/* TODO: Do we need this? */
46394639
UpdateInterest(chanPtr);

0 commit comments

Comments
 (0)