summaryrefslogtreecommitdiffstats
path: root/vidix/dhahelper/test.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/dhahelper/test.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/dhahelper/test.c')
-rw-r--r--vidix/dhahelper/test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/vidix/dhahelper/test.c b/vidix/dhahelper/test.c
index 78f8250d99..59e356efea 100644
--- a/vidix/dhahelper/test.c
+++ b/vidix/dhahelper/test.c
@@ -27,7 +27,7 @@
#include <errno.h>
#include <fcntl.h>
#include <sys/mman.h>
-
+
#include "dhahelper.h"
int main(int argc, char *argv[])
@@ -58,13 +58,13 @@ int main(int argc, char *argv[])
printf("ret: %s\n", strerror(errno));
mem.ret = (int)mmap(NULL, (size_t)mem.size, PROT_READ, MAP_SHARED, fd, (off_t)0);
- printf("allocated to %x\n", mem.ret);
+ printf("allocated to %x\n", mem.ret);
if (argc > 1)
if (mem.ret != 0)
{
int i;
-
+
for (i = 0; i < 256; i++)
printf("[%x] ", *(int *)(mem.ret+i));
printf("\n");