Skip to content

Commit 7b09ddd

Browse files
Formating of mux.c is fixed to be aligned with the rest of the project.
1 parent 57d4c33 commit 7b09ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mux.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ char *answerback;
217217

218218
static void write_receive_buf(const unsigned char *buf, int len)
219219
{
220-
if (!len) return;
220+
if (!len) return;
221221
if (timestamps) {
222222
if (buf[len - 1] == '\n' || buf[len -1] == '\r') {
223223
new_line = true;
@@ -243,7 +243,7 @@ static void write_receive_buf(const unsigned char *buf, int len)
243243
} else {
244244
write(STDOUT_FILENO, buf, len);
245245
}
246-
if (logfd >= 0) write(logfd, buf, len);
246+
if (logfd >= 0) write(logfd, buf, len);
247247
}
248248

249249
static int ios_printf(struct ios_ops *ios, const char *format, ...)

0 commit comments

Comments
 (0)