Skip to content

Commit 8361ba1

Browse files
committed
fix style
1 parent e841868 commit 8361ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@
13441344
if(\emprg{FD\_ISSET}(0, &rfdset)) \{
13451345
sz = read(0, buf, BUFSZ); write(fd, buf, sz); \}
13461346
if(\emprg{FD\_ISSET}(fd, &rfdset)) \{
1347-
sz = read(fd, buf, BUFSZ); write(1,buf,sz); \}
1347+
sz = read(fd, buf, BUFSZ); write(1, buf, sz); \}
13481348
\}
13491349
\end{alltt}
13501350
\end{slide}

0 commit comments

Comments
 (0)