mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 04:06:31 +01: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