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


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to