newlines after braces

This commit is contained in:
telans
2020-06-20 21:13:48 +12:00
parent 7f307f9082
commit 5bb639a59a
5 changed files with 19 additions and 0 deletions

View File

@@ -345,6 +345,7 @@ namespace MediaBrowser.MediaEncoding.Subtitles
{
return true;
}
return false;
}
@@ -359,6 +360,7 @@ namespace MediaBrowser.MediaEncoding.Subtitles
{
return count;
}
index = text.IndexOf(tag, index + 1);
}