mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-10 22:52:25 +00:00
remove trailing whitespace
This commit is contained in:
@@ -250,7 +250,7 @@ namespace XmlRpcHandler
|
||||
}
|
||||
return reader.ReadContentAsString();
|
||||
}
|
||||
|
||||
|
||||
private static IXmlRpcValue ReadValue(XmlReader xmlReader, bool skipRead = false)
|
||||
{
|
||||
while (skipRead || xmlReader.Read())
|
||||
|
||||
Reference in New Issue
Block a user