Commit 1af1b868 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Amem: remove trailing space

parent f9d51b56
...@@ -129,7 +129,7 @@ static int Open (vlc_object_t *obj) ...@@ -129,7 +129,7 @@ static int Open (vlc_object_t *obj)
if (setup (&sys->opaque, format, &rate, &channels)) if (setup (&sys->opaque, format, &rate, &channels))
goto error; goto error;
/* Only call this callback if setup succeeded */ /* Only call this callback if setup succeeded */
sys->cleanup = var_InheritAddress (obj, "amem-cleanup"); sys->cleanup = var_InheritAddress (obj, "amem-cleanup");
} }
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment