diff options
author | Emeric Grange <[email protected]> | 2011-09-12 23:39:29 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-09-14 15:49:16 +0200 |
commit | c24bc6f8684abee8c9a1b263334cd7a8506657b1 (patch) | |
tree | 4cf3ac9347e521f63350c0778bca9ec8f4778499 /src/gallium/state_trackers/vdpau/bitmap.c | |
parent | 87e84a2dbfb5ee330d4d5594963d7f8b507f9984 (diff) |
st/vdpau: Various whitespace cleanups found while reading some code
Signed-off-by: Emeric Grange <[email protected]>
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/vdpau/bitmap.c')
-rw-r--r-- | src/gallium/state_trackers/vdpau/bitmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/vdpau/bitmap.c b/src/gallium/state_trackers/vdpau/bitmap.c index e336568df47..730cc11cb82 100644 --- a/src/gallium/state_trackers/vdpau/bitmap.c +++ b/src/gallium/state_trackers/vdpau/bitmap.c @@ -65,10 +65,10 @@ VdpStatus vlVdpBitmapSurfacePutBitsNative(VdpBitmapSurface surface, void const *const *source_data, uint32_t const *source_pitches, - VdpRect const *destination_rect ) + VdpRect const *destination_rect) { if (!(source_data && source_pitches && destination_rect)) - return VDP_STATUS_INVALID_POINTER; + return VDP_STATUS_INVALID_POINTER; return VDP_STATUS_NO_IMPLEMENTATION; } |