TestCase: fix indentation
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 12 Mar 2013 14:33:06 +0000 (14:33 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 13 Mar 2013 12:27:57 +0000 (12:27 +0000)
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Philip Withnall <philip@tecnocode.co.uk>
tests/lib/test-case.vala

index a0715a1..edac2d3 100644 (file)
@@ -56,7 +56,7 @@ public abstract class Folks.TestCase : Object
       return this._suite;
     }
 
-       private class Adaptor
+  private class Adaptor
     {
       public string name { get; private set; }
       private unowned TestMethod _test;