summaryrefslogtreecommitdiffstats
path: root/TOOLS/realcodecs/ra.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-07 02:26:13 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-07 02:34:35 +0300
commit0eb321bf2c1cc0e048faff26a01f86cdd3ec254f (patch)
tree71cb9bd9ed121156d3382066c0722c73189afe04 /TOOLS/realcodecs/ra.c
parent6d908205fbadbdf7ccdc6c5e0eb918f0b43f16e0 (diff)
downloadmpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.bz2
mpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.xz
Remove trailing whitespace from most files
Diffstat (limited to 'TOOLS/realcodecs/ra.c')
-rw-r--r--TOOLS/realcodecs/ra.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/TOOLS/realcodecs/ra.c b/TOOLS/realcodecs/ra.c
index 816a6c1802..fd6d55a688 100644
--- a/TOOLS/realcodecs/ra.c
+++ b/TOOLS/realcodecs/ra.c
@@ -183,7 +183,7 @@ void hexdump(void *pos, int len) {
int lines=(len+15)>>4;
while(lines--) {
int len1=len, i;
- fprintf(stderr, "%0x ", cpos);
+ fprintf(stderr, "%0x ", cpos);
cpos1=cpos;
for (i=0;i<16;i++) {
if (len1>0) {
@@ -203,7 +203,7 @@ void hexdump(void *pos, int len) {
}
len--;
}
- fputs("\n", stderr);
+ fputs("\n", stderr);
}
fputc('\n', stderr);
}
@@ -380,7 +380,7 @@ ulong RASetFlavor(ulong p1,ulong p2) {
}
fputs("######################## FLAVOR PROPERTIES ###################\n\n", stderr);
-*/
+*/
return result;
}
@@ -392,4 +392,3 @@ void SetDLLAccessPath(ulong p1) {
hexdump((void*)p1, 44);
fprintf(stderr, "--> void\n\n\n");
}
-