Index: trunk/pois/src/errorCodes-skl.c
===================================================================
--- trunk/pois/src/errorCodes-skl.c	(revision 3809)
+++ trunk/pois/src/errorCodes-skl.c	(revision 8480)
@@ -24,9 +24,9 @@
     for (int i = 0; i < nerror; i++) {
        psErrorDescription *tmp = psAlloc(sizeof(psErrorDescription));
-	p_psMemSetPersistent(tmp, true);
+        p_psMemSetPersistent(tmp, true);
        *tmp = errors[i];
        psErrorRegister(tmp, 1);
-       psFree(tmp);			/* it's on the internal list */
+       psFree(tmp);                     /* it's on the internal list */
     }
-    nerror = 0;			                // don't register more than once
+    nerror = 0;                                 // don't register more than once
 }
