Skip to content

Commit 34fc32a

Browse files
committed
More consistent whitespace
1 parent 5473107 commit 34fc32a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Platforms/emscripten/streams.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ class NodeReader {
169169
fsync() {
170170
nodeFsync(this.nodeStream.fd);
171171
}
172+
172173
ioctl_tiocgwinsz() {
173174
return [this.nodeStream.columns ?? 24, this.nodeStream.rows ?? 80];
174175
}
@@ -187,6 +188,7 @@ class NodeWriter {
187188
fsync() {
188189
nodeFsync(this.nodeStream.fd);
189190
}
191+
190192
ioctl_tiocgwinsz() {
191193
return [this.nodeStream.columns ?? 24, this.nodeStream.rows ?? 80];
192194
}

0 commit comments

Comments
 (0)