summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus/nobus.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/os-support/bus/nobus.c')
-rw-r--r--hw/xfree86/os-support/bus/nobus.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/bus/nobus.c b/hw/xfree86/os-support/bus/nobus.c
index ad23f5288..dca58fee2 100644
--- a/hw/xfree86/os-support/bus/nobus.c
+++ b/hw/xfree86/os-support/bus/nobus.c
@@ -1 +1,5 @@
-static void __noop_to_appease_ar__() { return; }
+static void
+__noop_to_appease_ar__()
+{
+ return;
+}