Remove tabs from c code.
[gitmo/Class-MOP.git] / mop.c
diff --git a/mop.c b/mop.c
index 425cd48..9945d18 100644 (file)
--- a/mop.c
+++ b/mop.c
@@ -3,10 +3,10 @@
 void
 mop_call_xs (pTHX_ void (*subaddr) (pTHX_ CV *), CV *cv, SV **mark)
 {
-       dSP;
-       PUSHMARK(mark);
-       (*subaddr)(aTHX_ cv);
-       PUTBACK;
+    dSP;
+    PUSHMARK(mark);
+    (*subaddr)(aTHX_ cv);
+    PUTBACK;
 }
 
 #if PERL_VERSION >= 10