[folks] TestCase: fix indentation



commit 431930d15817cf1675dc9d1f11755661baab1bcb
Author: Simon McVittie <simon mcvittie collabora co uk>
Date:   Tue Mar 12 14:33:06 2013 +0000

    TestCase: fix indentation
    
    Signed-off-by: Simon McVittie <simon mcvittie collabora co uk>
    Reviewed-by: Philip Withnall <philip tecnocode co uk>

 tests/lib/test-case.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/lib/test-case.vala b/tests/lib/test-case.vala
index a0715a1..edac2d3 100644
--- a/tests/lib/test-case.vala
+++ b/tests/lib/test-case.vala
@@ -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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]