From c24bc6f8684abee8c9a1b263334cd7a8506657b1 Mon Sep 17 00:00:00 2001 From: Emeric Grange Date: Mon, 12 Sep 2011 23:39:29 +0200 Subject: st/vdpau: Various whitespace cleanups found while reading some code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emeric Grange Reviewed-by: Christian König --- src/gallium/state_trackers/vdpau/preemption.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src/gallium/state_trackers/vdpau/preemption.c') diff --git a/src/gallium/state_trackers/vdpau/preemption.c b/src/gallium/state_trackers/vdpau/preemption.c index fa70bb09cbc..75933c11329 100644 --- a/src/gallium/state_trackers/vdpau/preemption.c +++ b/src/gallium/state_trackers/vdpau/preemption.c @@ -25,15 +25,16 @@ * **************************************************************************/ - #include +#include - void vlVdpPreemptionCallback(VdpDevice device, void *context) - { +void vlVdpPreemptionCallback(VdpDevice device, void *context) +{ /* TODO: Implement preemption */ - } +} - VdpStatus vlVdpPreemptionCallbackRegister(VdpDevice device, VdpPreemptionCallback callback, - void *context) - { +VdpStatus vlVdpPreemptionCallbackRegister(VdpDevice device, + VdpPreemptionCallback callback, + void *context) +{ return VDP_STATUS_OK; - } +} -- cgit v1.2.3