strings.c
changeset 2952 6a26eeda9679
parent 2951 2db3adee7736
child 2957 2bbb4add3410
--- a/strings.c	Wed Feb 01 06:32:03 2006 +0000
+++ b/strings.c	Wed Feb 01 07:36:15 2006 +0000
@@ -402,7 +402,7 @@
 	// The absolute value determines plurality
 	if (n < 0) n = -n;
 
-	switch(_langpack->plural_form) {
+	switch (_langpack->plural_form) {
 	// Two forms, singular used for one only
 	// Used in:
 	//   Danish, Dutch, English, German, Norwegian, Swedish, Estonian, Finnish,
@@ -466,7 +466,8 @@
 	//<NUM> {Length of each string} {each string}
 	uint n = (byte)*b++;
 	uint pos,i, mylen=0,mypos=0;
-	for(i=pos=0; i!=n; i++) {
+
+	for (i = pos = 0; i != n; i++) {
 		uint len = (byte)*b++;
 		if (i == form) {
 			mypos = pos;