From 197750e7788e1a8d68dab5866e29c6adfe58a4d9 Mon Sep 17 00:00:00 2001 From: Martin Reindl Date: Sat, 3 Jun 2006 03:53:48 +0000 Subject: prettier function declaration --- sys/dev/sdmmc/sdmmc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/dev/sdmmc/sdmmc.c b/sys/dev/sdmmc/sdmmc.c index 14cfa47908e..0e84137f764 100644 --- a/sys/dev/sdmmc/sdmmc.c +++ b/sys/dev/sdmmc/sdmmc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sdmmc.c,v 1.4 2006/06/01 22:33:37 uwe Exp $ */ +/* $OpenBSD: sdmmc.c,v 1.5 2006/06/03 03:53:47 martin Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler @@ -44,8 +44,7 @@ int sdmmc_enable(struct sdmmc_softc *); void sdmmc_disable(struct sdmmc_softc *); int sdmmc_scan(struct sdmmc_softc *); int sdmmc_init(struct sdmmc_softc *); -int sdmmc_set_bus_width(struct sdmmc_softc *, - struct sdmmc_function *); +int sdmmc_set_bus_width(struct sdmmc_softc *, struct sdmmc_function *); #ifdef SDMMC_DEBUG #define DPRINTF(s) printf s -- cgit v1.2.3