mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
girepository: Various indentation cleanups
Various random syntax cleanups found while refactoring
This commit is contained in:
parent
b68857e707
commit
a201cbd719
@ -267,7 +267,7 @@ firstpass_start_element_handler (GMarkupParseContext *context,
|
||||
static void
|
||||
firstpass_end_element_handler (GMarkupParseContext *context,
|
||||
const char *element_name,
|
||||
void *user_data,
|
||||
gpointer user_data,
|
||||
GError **error)
|
||||
{
|
||||
ParseContext *ctx = user_data;
|
||||
@ -2887,7 +2887,7 @@ start_element_handler (GMarkupParseContext *context,
|
||||
const char *element_name,
|
||||
const char **attribute_names,
|
||||
const char **attribute_values,
|
||||
void *user_data,
|
||||
gpointer user_data,
|
||||
GError **error)
|
||||
{
|
||||
ParseContext *ctx = user_data;
|
||||
@ -3348,7 +3348,7 @@ require_end_element (GMarkupParseContext *context,
|
||||
static void
|
||||
end_element_handler (GMarkupParseContext *context,
|
||||
const char *element_name,
|
||||
void *user_data,
|
||||
gpointer user_data,
|
||||
GError **error)
|
||||
{
|
||||
ParseContext *ctx = user_data;
|
||||
@ -3650,7 +3650,7 @@ static void
|
||||
text_handler (GMarkupParseContext *context,
|
||||
const char *text,
|
||||
gsize text_len,
|
||||
void *user_data,
|
||||
gpointer user_data,
|
||||
GError **error)
|
||||
{
|
||||
/* FIXME warn about non-whitespace text */
|
||||
|
Loading…
Reference in New Issue
Block a user