Diff between 2c68908c11c05f89c7762243673ebc0d1d125200 and e9119eb439026128e57cb2cdd88838981e61b948

Changed Files

File Additions Deletions Status
serial/proxy.c +0 -1 modified

Full Patch

diff --git a/serial/proxy.c b/serial/proxy.c
index d545e36..de6db41 100644
--- a/serial/proxy.c
+++ b/serial/proxy.c
@@ -211,7 +211,6 @@ static int channel_write(GIOChannel *chan, char *buf, size_t size)
 	wbytes = 0;
 	while (wbytes < size) {
 		written = write(fd, buf + wbytes, size - wbytes);
-
 		if (written < 0)
 			return -errno;