summaryrefslogtreecommitdiffstats
path: root/libvo/aspecttest.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 /libvo/aspecttest.c
parent6d908205fbadbdf7ccdc6c5e0eb918f0b43f16e0 (diff)
downloadmpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.bz2
mpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.xz
Remove trailing whitespace from most files
Diffstat (limited to 'libvo/aspecttest.c')
-rw-r--r--libvo/aspecttest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvo/aspecttest.c b/libvo/aspecttest.c
index 9beebcf766..3d6064c577 100644
--- a/libvo/aspecttest.c
+++ b/libvo/aspecttest.c
@@ -55,8 +55,7 @@ int main(int argc, char *argv[]) {
return 1;
}
printf("monitor_aspect: %f\n",monitor_aspect);
- aspect(&w,&h,z);
+ aspect(&w,&h,z);
printf("new size: %dx%d\n",w,h);
return 0;
}
-