Signed-off-by: Tony Cheneau <tony.chen...@amnesiak.org>
---
 src/serial.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/serial.c b/src/serial.c
index 252f3d9..ab76aea 100644
--- a/src/serial.c
+++ b/src/serial.c
@@ -76,8 +76,8 @@ int main(int argc, char **argv) {
        tbuf.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG);
        tbuf.c_iflag &= ~(INPCK | ISTRIP);
        tbuf.c_oflag &= ~OPOST;
-       tbuf.c_cc[VTIME] = 5; 
-                                                                               
   
+       tbuf.c_cc[VTIME] = 5;
+
        /*
        tbuf.c_cflag |= CLOCAL;
        tbuf.c_lflag = 0;
-- 
1.8.1.5


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to