Author: atsushi
Date: 2005-08-16 06:49:01 -0400 (Tue, 16 Aug 2005)
New Revision: 48419
Modified:
Log:
2005-08-16 Atsushi Enomoto <atsushi (AT) ximian (DOT) com>
* locales.c : indentation fixie.
Modified:
2005-08-16 09:32:31 UTC (rev 48418)
2005-08-16 10:49:01 UTC (rev 48419)
@@ -1,3 +1,7 @@
+2005-08-16 Atsushi Enomoto <atsushi (AT) ximian (DOT) com>
+
+* locales.c : indentation fixie.
+
2005-08-15 Atsushi Enomoto <atsushi (AT) ximian (DOT) com>
* object-internals.h,
Modified:
2005-08-16 09:32:31 UTC (rev 48418)
2005-08-16 10:49:01 UTC (rev 48419)
@@ -487,11 +487,11 @@
sizeof (CultureInfoNameEntry), culture_name_locator);
if (ne == NULL) {
- /*g_print ("ne (%s) is null\n", n);*/
- g_free (n);
+/*g_print ("ne (%s) is null\n", n);*/
+g_free (n);
return FALSE;
- }
- g_free (n);
+}
+g_free (n);
return construct_culture (this, &culture_entries [ne->culture_entry_index]);
}
@@ -538,14 +538,14 @@
n = mono_string_to_utf8 (name);
ne = bsearch (n, region_name_entries, NUM_REGIN_ENTRIES,
-sizeof (RegionInfoNameEntry), region_name_locator);
+sizeof (RegionInfoNameEntry), region_name_locator);
if (ne == NULL) {
- /*g_print ("ne (%s) is null\n", n);*/
- g_free (n);
+/*g_print ("ne (%s) is null\n", n);*/
+g_free (n);
return FALSE;
- }
- g_free (n);
+}
+g_free (n);
return construct_region (this, ®ion_entries [ne->region_entry_index]);
}
Mono-patches maillist - Mono-patches (AT) lists (DOT) ximian.com