[extractor/common] Add support for DASH manifests with SegmentLists with bare SegmentURLs
[youtube-dl] / test / swftests / DictCall.as
index 236efd84821b1460aff2cf8434ef8bee69e3472a..c2d174cc2e07630ea4dd084ab3b9ac35daa18eba 100644 (file)
@@ -4,7 +4,7 @@
 package {
 public class DictCall {
     public static function main(d:Object):int{
-       return d.x + d.y;
+        return d.x + d.y;
     }
 }
 }