Re-tabinated C# files
[WebThing.git] / plugins / DefaultPage.cs
index 9d8913d..3de2410 100644 (file)
@@ -2,11 +2,11 @@ using System;
 using bytex64.WebThing;
 
 public class Plugin {
-       public Plugin(WebThing wt) {
-               if (wt.Arguments.Length > 0) {
-                       wt.OpenUri(wt.Arguments[0]);
-               } else {
-                       wt.OpenUri("http://dominionofawesome.com/");
-               }
-       }
+    public Plugin(WebThing wt) {
+        if (wt.Arguments.Length > 0) {
+            wt.OpenUri(wt.Arguments[0]);
+        } else {
+            wt.OpenUri("http://dominionofawesome.com/");
+        }
+    }
 }