about summary refs log tree commit diff
path: root/localedata/tests-mbwc/dat_wcscat.c
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/tests-mbwc/dat_wcscat.c')
-rw-r--r--localedata/tests-mbwc/dat_wcscat.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/localedata/tests-mbwc/dat_wcscat.c b/localedata/tests-mbwc/dat_wcscat.c
index eaca19de18..652504647b 100644
--- a/localedata/tests-mbwc/dat_wcscat.c
+++ b/localedata/tests-mbwc/dat_wcscat.c
@@ -22,25 +22,25 @@ TST_WCSCAT tst_wcscat_loc [] = {
       /* 1 */
       {{{ 0x00C1,0x00C2,0x0000	},
 	{			0x00C3,0x00C4,0x0000 }, },
-       {   0,	  0,	0,    0,
+       {   0,	0,    0,
 	   { 0x00C1,0x00C2,0x00C3,0x00C4,0x0000 }	},
       },
       /* 2 */
       {{{ 0x0001,0x0002,0x0000	},
 	{			0x0003,0x0004,0x0000 }, },
-       {   0,	  0,	0,    0,
+       {   0,	0,    0,
 	   { 0x0001,0x0002,0x0003,0x0004,0x0000 }	},
       },
       /* 3 */
       {{{ 0x0000		  },
 	{			0x00C3,0x00C4,0x0000 }, },
-       {   0,	  0,	0,    0,
+       {   0,	0,    0,
 	   {		0x00C3,0x00C4,0x0000 }	},
       },
       /* 4 */
       {{{ 0x0001,0xFFFF,0x0000	},
 	{			0x0080,0x0090,0x0000 }, },
-       {   0,	  0,	0,    0,
+       {   0,	0,    0,
 	   { 0x0001,0xFFFF,0x0080,0x0090,0x0000 }	},
       },
       {is_last: 1}
@@ -52,25 +52,25 @@ TST_WCSCAT tst_wcscat_loc [] = {
       /* 1 */
       {{{ 0x0041,0x0042,0x0000	},
 	{		  0x0043,0x0044,0x0000 }, },
-       {   0,	 0,	  0,	0,
+       {   0,	  0,	0,
 	   { 0x0041,0x0042,0x0043,0x0044,0x0000 }  },
       },
       /* 2 */
       {{{ 0x0001,0x0002,0x0000	},
 	{		  0x0003,0x0004,0x0000 }, },
-       {   0,	 0,	  0,	0,
+       {   0,	  0,	0,
 	   { 0x0001,0x0002,0x0003,0x0004,0x0000 }  },
       },
       /* 3 */
       {{{ 0x0000		    },
 	{		  0x0043,0x0044,0x0000 }, },
-       {   0,	 0,	  0,	0,
+       {   0,	  0,	0,
 	   {		  0x0043,0x0044,0x0000 }  },
       },
       /* 4 */
       {{{ 0x0001,0xFFFF,0x0000	},
 	{		  0x0080,0x0090,0x0000 }, },
-       {   0,	 0,	  0,	0,
+       {   0,	  0,	0,
 	   { 0x0001,0xFFFF,0x0080,0x0090,0x0000 }  },
       },
       {is_last: 1}
@@ -82,25 +82,25 @@ TST_WCSCAT tst_wcscat_loc [] = {
       /* 1 */
       {{{ 0x30A2,0x74E0,0x0000	},
 	{			0xFF71,0x0041,0x0000 }, },
-       {   0,	  0,	0,    0,
+       {   0,	0,    0,
 	   { 0x30A2,0x74E0,0xFF71,0x0041,0x0000 }	},
       },
       /* 2 */
       {{{ 0x0001,0x0002,0x0000	},
 	{			0x0003,0x0004,0x0000 }, },
-       {   0,	  0,	0,    0,
+       {   0,	0,    0,
 	   { 0x0001,0x0002,0x0003,0x0004,0x0000 }	},
       },
       /* 3 */
       {{{ 0x30A2,0xFF71,0x0000	},
 	{			0x0000		     }, },
-       {   0,	  0,	0,    0,
+       {   0,	0,    0,
 	   { 0x30A2,0xFF71,0x0000		     }	},
       },
       /* 4 */
       {{{ 0x0001,0xFFFF,0x0000	},
 	{			0x0080,0x0090,0x0000 }, },
-       {   0,	  0,	0,    0,
+       {   0,	0,    0,
 	   { 0x0001,0xFFFF,0x0080,0x0090,0x0000 }	},
       },
       {is_last: 1}