Formatting nit.

This commit is contained in:
Warner Losh 2009-11-20 15:56:51 +00:00
parent 2839b59a94
commit 21ed765c7f

View File

@ -85,8 +85,9 @@ static driver_t uart_octeon_driver = {
extern
SLIST_HEAD(uart_devinfo_list, uart_devinfo) uart_sysdevs;
static int
uart_octeon_probe(device_t dev)
static int
uart_octeon_probe(device_t dev)
{
struct uart_softc *sc;
int unit;