[MN-dev] [mndiff]: r156 - trunk/noe/ldpc.c

michael subversion at mplayerhq.hu
Fri Apr 24 21:55:12 CEST 2009


Author: michael
Date: Fri Apr 24 21:55:12 2009
New Revision: 156

Log:
Correct indention.

Modified:
   trunk/noe/ldpc.c

Modified: trunk/noe/ldpc.c
==============================================================================
--- trunk/noe/ldpc.c	Fri Apr 24 21:54:49 2009	(r155)
+++ trunk/noe/ldpc.c	Fri Apr 24 21:55:12 2009	(r156)
@@ -159,9 +159,9 @@ LDPCContext *EXT(initLDPC)(int data_len,
             if(i<data_len || seed>0){
                 while(!weight_hist[min_weight&15])
                     min_weight++;
-            do{
-                y= get_random(&kiss)%parity_len;
-            }while(tab[y] || (row_weight[y] > min_weight + (SIZE == 2)));
+                do{
+                    y= get_random(&kiss)%parity_len;
+                }while(tab[y] || (row_weight[y] > min_weight + (SIZE == 2)));
             }else{
                 y= i + j - data_len;
                 if(y >= parity_len){



More information about the Mndiff-dev mailing list