1
0
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:
Alexander Kabaev 2008-12-27 16:03:34 +00:00
parent 11a12794a9
commit 7d376cbce3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186521

View File

@ -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;