aboutsummaryrefslogtreecommitdiff
path: root/OpenSubtitlesHandler/XML-RPC/XmlRpcGenerator.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:27:11 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:27:11 +0100
commit9014e16037e96a24a78ca59e662bc549f114f233 (patch)
treea4b9e07f083662f13b61cb4d5f3fe51eeb1f351a /OpenSubtitlesHandler/XML-RPC/XmlRpcGenerator.cs
parent9741817af45144a6276bace2371260a293bc964d (diff)
Visual Studio Reformat: OpenSubtitlesHandler
Diffstat (limited to 'OpenSubtitlesHandler/XML-RPC/XmlRpcGenerator.cs')
-rw-r--r--OpenSubtitlesHandler/XML-RPC/XmlRpcGenerator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSubtitlesHandler/XML-RPC/XmlRpcGenerator.cs b/OpenSubtitlesHandler/XML-RPC/XmlRpcGenerator.cs
index 1efa3dd5b..682c04e01 100644
--- a/OpenSubtitlesHandler/XML-RPC/XmlRpcGenerator.cs
+++ b/OpenSubtitlesHandler/XML-RPC/XmlRpcGenerator.cs
@@ -17,10 +17,10 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
-using System.Globalization;
-using System.Text;
using System.Collections.Generic;
+using System.Globalization;
using System.IO;
+using System.Text;
using System.Xml;
using OpenSubtitlesHandler;