mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
Fix indentation.
Wed Mar 22 16:49:57 2000 Owen Taylor <otaylor@redhat.com> * gmem.c (g_mem_chunk_area_compare): Fix indentation.
This commit is contained in:
@@ -932,9 +932,9 @@ g_mem_chunk_area_compare (GMemArea *a,
|
||||
GMemArea *b)
|
||||
{
|
||||
if (a->mem > b->mem)
|
||||
return 1;
|
||||
return 1;
|
||||
else if (a->mem < b->mem)
|
||||
return -1;
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user