mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-30 12:04:07 +00:00
Minor style(9) compliance change.
This commit is contained in:
parent
11a12794a9
commit
7d376cbce3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186521
@ -374,7 +374,8 @@ uart_tty_attach(struct uart_softc *sc)
|
||||
return (0);
|
||||
}
|
||||
|
||||
int uart_tty_detach(struct uart_softc *sc)
|
||||
int
|
||||
uart_tty_detach(struct uart_softc *sc)
|
||||
{
|
||||
struct tty *tp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user