mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03:00
remove trailing whitespace
This commit is contained in:
@@ -52,9 +52,9 @@ namespace UniversalDetector.Core
|
||||
public BitPackage classTable;
|
||||
public BitPackage stateTable;
|
||||
public int[] charLenTable;
|
||||
|
||||
|
||||
private string name;
|
||||
|
||||
|
||||
public string Name {
|
||||
get { return name; }
|
||||
}
|
||||
@@ -74,10 +74,10 @@ namespace UniversalDetector.Core
|
||||
this.charLenTable = charLenTable;
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
|
||||
public int GetClass(byte b)
|
||||
{
|
||||
return classTable.Unpack((int)b);
|
||||
{
|
||||
return classTable.Unpack((int)b);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user