mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
Visual Studio Reformat: Emby.Server.Implementations Part T-T
This commit is contained in:
parent
0efc699e3d
commit
25f0315e91
39 changed files with 1054 additions and 892 deletions
|
|
@ -60,7 +60,8 @@ namespace UniversalDetector.Core
|
|||
// for each byte we get its class, if it is first byte,
|
||||
// we also get byte length
|
||||
int byteCls = model.GetClass(b);
|
||||
if (currentState == SMModel.START) {
|
||||
if (currentState == SMModel.START)
|
||||
{
|
||||
currentBytePos = 0;
|
||||
currentCharLen = model.charLenTable[byteCls];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue