]> sigrok.org Git - libserialport.git/blobdiff - linux_termios.c
Minor cosmetics.
[libserialport.git] / linux_termios.c
index 743af6000503fe7c9754c61eb860aa5867728186..5343e6e8268f15253aa82fb2f6983b76427591f5 100644 (file)
@@ -99,8 +99,8 @@ int get_termiox_size(void)
 int get_termiox_flow(void *data)
 {
        struct termiox *termx = (struct termiox *) data;
-
        int flags = 0;
+
        if (termx->x_cflag & RTSXOFF)
                flags |= RTS_FLOW;
        if (termx->x_cflag & CTSXON)
@@ -131,4 +131,3 @@ void set_termiox_flow(void *data, int flags)
 #endif
 
 #endif
-