diff tests/uninorm/test-u32-nfd-big.c @ 12421:e8d2c6fc33ad

Use spaces for indentation, not tabs.
author Bruno Haible <bruno@clisp.org>
date Thu, 10 Dec 2009 20:28:30 +0100
parents 531b88e0986f
children c2cbabec01dd
line wrap: on
line diff
--- a/tests/uninorm/test-u32-nfd-big.c	Thu Dec 10 19:15:51 2009 +0100
+++ b/tests/uninorm/test-u32-nfd-big.c	Thu Dec 10 20:28:30 2009 +0100
@@ -45,8 +45,8 @@
 
     result = u32_normalize (UNINORM_NFD, c1, c1_length, NULL, &length);
     if (!(result != NULL
-	  && length == c3_length
-	  && u32_cmp (result, c3, c3_length) == 0))
+          && length == c3_length
+          && u32_cmp (result, c3, c3_length) == 0))
       return 1;
     free (result);
   }
@@ -56,8 +56,8 @@
 
     result = u32_normalize (UNINORM_NFD, c2, c2_length, NULL, &length);
     if (!(result != NULL
-	  && length == c3_length
-	  && u32_cmp (result, c3, c3_length) == 0))
+          && length == c3_length
+          && u32_cmp (result, c3, c3_length) == 0))
       return 2;
     free (result);
   }
@@ -67,8 +67,8 @@
 
     result = u32_normalize (UNINORM_NFD, c3, c3_length, NULL, &length);
     if (!(result != NULL
-	  && length == c3_length
-	  && u32_cmp (result, c3, c3_length) == 0))
+          && length == c3_length
+          && u32_cmp (result, c3, c3_length) == 0))
       return 3;
     free (result);
   }
@@ -78,8 +78,8 @@
 
     result = u32_normalize (UNINORM_NFD, c4, c4_length, NULL, &length);
     if (!(result != NULL
-	  && length == c5_length
-	  && u32_cmp (result, c5, c5_length) == 0))
+          && length == c5_length
+          && u32_cmp (result, c5, c5_length) == 0))
       return 4;
     free (result);
   }
@@ -89,8 +89,8 @@
 
     result = u32_normalize (UNINORM_NFD, c5, c5_length, NULL, &length);
     if (!(result != NULL
-	  && length == c5_length
-	  && u32_cmp (result, c5, c5_length) == 0))
+          && length == c5_length
+          && u32_cmp (result, c5, c5_length) == 0))
       return 5;
     free (result);
   }