From b7dbc3795fb2681ae8b9a3dd4da32bbb73fcf4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Colin=20G=C3=BCnther?= Date: Tue, 22 Dec 2009 16:48:32 +0000 Subject: [PATCH] Whitespace cleanup, no functional change. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34747 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/libs/compat/freebsd_network/compat/machine/_bus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/compat/freebsd_network/compat/machine/_bus.h b/src/libs/compat/freebsd_network/compat/machine/_bus.h index c3f3220e66..acdd148c58 100644 --- a/src/libs/compat/freebsd_network/compat/machine/_bus.h +++ b/src/libs/compat/freebsd_network/compat/machine/_bus.h @@ -10,7 +10,7 @@ typedef uint32_t bus_addr_t; typedef uint32_t bus_size_t; -typedef int bus_space_tag_t; +typedef int bus_space_tag_t; typedef unsigned int bus_space_handle_t; #endif /* _FBSD_COMPAT_MACHINE__BUS_H_ */