Index: trunk/ippTools/src/dettool.c
===================================================================
--- trunk/ippTools/src/dettool.c	(revision 18099)
+++ trunk/ippTools/src/dettool.c	(revision 18148)
@@ -603,6 +603,6 @@
       psArray *subset = psArrayAlloc (randomLimit);
       for (int i = 0; i < randomLimit; i++ ){
-	int j = indexVector->data.S32[i];
-	subset->data[i] = psMemIncrRefCounter (detrendExps->data[j]);
+        int j = indexVector->data.S32[i];
+        subset->data[i] = psMemIncrRefCounter (detrendExps->data[j]);
       }
       psFree (detrendExps);
