Skip to content

Commit

Permalink
Fix indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Apr 15, 2023
1 parent ee6df59 commit 2a5ffb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/tclIO.c
Original file line number Diff line number Diff line change
Expand Up @@ -4633,7 +4633,7 @@ Tcl_GetsObj(
if (GotFlag(statePtr, CHANNEL_STICKY_EOF)) {
SetFlag(statePtr, CHANNEL_EOF);
assert(statePtr->inputEncodingFlags & TCL_ENCODING_END);
assert(!GotFlag(statePtr, CHANNEL_BLOCKED|INPUT_SAW_CR));
assert(!GotFlag(statePtr, CHANNEL_BLOCKED|INPUT_SAW_CR));

/* TODO: Do we need this? */
UpdateInterest(chanPtr);
Expand Down

0 comments on commit 2a5ffb4

Please sign in to comment.