summaryrefslogtreecommitdiffstats
path: root/libmpdemux/yuv4mpeg_ratio.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 /libmpdemux/yuv4mpeg_ratio.c
parent6d908205fbadbdf7ccdc6c5e0eb918f0b43f16e0 (diff)
downloadmpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.bz2
mpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.xz
Remove trailing whitespace from most files
Diffstat (limited to 'libmpdemux/yuv4mpeg_ratio.c')
-rw-r--r--libmpdemux/yuv4mpeg_ratio.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libmpdemux/yuv4mpeg_ratio.c b/libmpdemux/yuv4mpeg_ratio.c
index 6413a50ee2..be5475c1b1 100644
--- a/libmpdemux/yuv4mpeg_ratio.c
+++ b/libmpdemux/yuv4mpeg_ratio.c
@@ -68,7 +68,7 @@ static int gcd(int a, int b)
}
return a;
}
-
+
/*************************************************************************
*
@@ -93,7 +93,7 @@ void y4m_ratio_reduce(y4m_ratio_t *r)
* Parse "nnn:ddd" into a ratio
*
* returns: Y4M_OK - success
- * Y4M_ERR_RANGE - range error
+ * Y4M_ERR_RANGE - range error
*
*************************************************************************/
@@ -110,4 +110,3 @@ int y4m_parse_ratio(y4m_ratio_t *r, const char *s)
y4m_ratio_reduce(r);
return Y4M_OK;
}
-