diff --git a/terminal.c b/terminal.c index ef33d975..bcb8a868 100644 --- a/terminal.c +++ b/terminal.c @@ -248,9 +248,7 @@ fdm_ptmx(struct fdm *fdm, int fd, int events, void *data) LOG_ERRNO("failed to read from pseudo terminal"); return false; } else if (count == 0) { - /* - * Reached end-of-file - */ + /* Reached end-of-file */ break; }