# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -102,7 +102,7 @@
  * Implementation of the File Styles module's hook_file_styles_filter().
  */
 function media_youtube_file_styles_filter($object) {
-  if (file_uri_scheme($object->uri) == 'youtube') && ($object->filemime == 'video/youtube')) {
\ No newline at end of file
+  if ((file_uri_scheme($object->uri) == 'youtube') && ($object->filemime == 'video/youtube')) {
\ No newline at end of file
     return 'media_youtube';
   }
 }
