mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-12 11:33:02 +01:00
Trivial formatting fixes
This commit is contained in:
@@ -471,9 +471,9 @@ g_utf8_collate_key (const gchar *str,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* This is a collation key that is very very likely to sort before any
|
/* This is a collation key that is very very likely to sort before any
|
||||||
collation key that libc strxfrm generates. We use this before any
|
* collation key that libc strxfrm generates. We use this before any
|
||||||
special case (dot or number) to make sure that its sorted before
|
* special case (dot or number) to make sure that its sorted before
|
||||||
anything else.
|
* anything else.
|
||||||
*/
|
*/
|
||||||
#define COLLATION_SENTINEL "\1\1\1"
|
#define COLLATION_SENTINEL "\1\1\1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user