]> git.sesse.net Git - vlc/commitdiff
URL test: remove trailing space
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 27 Jan 2015 23:45:02 +0000 (00:45 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 27 Jan 2015 23:45:02 +0000 (00:45 +0100)
src/test/url.c

index 6c263832902e2ef1fe9e8fa3d38707bad9775826..5fc01e67ed120204eb9e605aaf1f65ec92da2a83 100644 (file)
@@ -83,7 +83,7 @@ static inline void test_current_directory_path (const char *in, const char *cwd,
     char * expected_result = NULL;
     int val = asprintf(&expected_result, "file://%s/%s", cwd, out);
     assert (val != -1);
-    
+
     test (make_URI_def, in, expected_result);
 }