]> git.sesse.net Git - vlc/commitdiff
Amem: remove trailing space
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 15 Sep 2011 13:54:50 +0000 (15:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 15 Sep 2011 13:54:50 +0000 (15:54 +0200)
modules/audio_output/amem.c

index 02dc44d1c994b02a5f82a78e4947ae1f18461bc7..ac9d9fad9fc0dd98a6d0096f1d7f1fd9431113b0 100644 (file)
@@ -129,7 +129,7 @@ static int Open (vlc_object_t *obj)
 
         if (setup (&sys->opaque, format, &rate, &channels))
             goto error;
-        /* Only call this callback if setup succeeded */ 
+        /* Only call this callback if setup succeeded */
         sys->cleanup = var_InheritAddress (obj, "amem-cleanup");
     }
     else