summaryrefslogtreecommitdiffstats
path: root/vidix/unichrome_vid.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
commit6e9cbdc10448203e7c8b2de41447442fcc9f7bae (patch)
tree0ed465592509105fdbeab27fc12ddbb2e3590aa5 /vidix/unichrome_vid.c
parenteafe5b7517bbf408ae1ffc936a3abe2313c3b334 (diff)
downloadmpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.bz2
mpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.xz
whitespace cosmetics: Remove all trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/unichrome_vid.c')
-rw-r--r--vidix/unichrome_vid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/vidix/unichrome_vid.c b/vidix/unichrome_vid.c
index 796b7e5885..e6b3dfe7b2 100644
--- a/vidix/unichrome_vid.c
+++ b/vidix/unichrome_vid.c
@@ -229,7 +229,7 @@ uc_ovl_map_hzoom (uint32_t sw, uint32_t dw, uint32_t * zoom, uint32_t * mini,
*mini |= V1_X_INTERPOLY;
}
else /* sw > dw - Zoom out */
- {
+ {
/* Find a suitable divider (1 << d) = {2, 4, 8 or 16} */
sw1 = sw;
for (d = 1; d < 5; d++)
@@ -380,7 +380,7 @@ uc_ovl_map_v1_control (uint32_t format, int sw,
{
/* Minified video will be skewed without this workaround. */
if (sw <= 80) /* Fetch count <= 5 */
- {
+ {
*fifo = UC_MAP_V1_FIFO_CONTROL (16, 0, 0);
}
else
@@ -464,7 +464,7 @@ unichrome_probe (int verbose, int force)
err = pci_scan (lst, &num_pci);
if (err)
{
- printf ("[unichrome] Error occurred during pci scan: %s\n",
+ printf ("[unichrome] Error occurred during pci scan: %s\n",
strerror (err));
return err;
}