- Set better/updated default values
[reactos.git] / irc / TechBot / TechBot.Library / ServiceOutput.cs
index 809cc93..d73a93e 100644 (file)
@@ -2,9 +2,8 @@ using System;
 \r
 namespace TechBot.Library\r
 {\r
-       public interface IServiceOutput\r
-       {\r
-               void WriteLine(MessageContext context,\r
-                              string message);\r
-       }\r
+    public interface IServiceOutput\r
+    {\r
+        void WriteLine(MessageContext context, string message);\r
+    }\r
 }\r