Style fix.
Thanks to axel for watching!
This commit is contained in:
parent
319328002a
commit
3b4f50d3fb
@ -106,9 +106,7 @@ speed_t
|
||||
cfgetispeed(const struct termios *termios)
|
||||
{
|
||||
if (termios->c_cflag & CBAUD == CBAUD)
|
||||
{
|
||||
return termios->c_ispeed;
|
||||
}
|
||||
|
||||
return termios->c_cflag & CBAUD;
|
||||
}
|
||||
@ -137,9 +135,7 @@ speed_t
|
||||
cfgetospeed(const struct termios *termios)
|
||||
{
|
||||
if (termios->c_cflag & CBAUD == CBAUD)
|
||||
{
|
||||
return termios->c_ospeed;
|
||||
}
|
||||
|
||||
return termios->c_cflag & CBAUD;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user