mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 04:56: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
|
static void
|
||||||
firstpass_end_element_handler (GMarkupParseContext *context,
|
firstpass_end_element_handler (GMarkupParseContext *context,
|
||||||
const char *element_name,
|
const char *element_name,
|
||||||
void *user_data,
|
gpointer user_data,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
ParseContext *ctx = user_data;
|
ParseContext *ctx = user_data;
|
||||||
@ -2887,7 +2887,7 @@ start_element_handler (GMarkupParseContext *context,
|
|||||||
const char *element_name,
|
const char *element_name,
|
||||||
const char **attribute_names,
|
const char **attribute_names,
|
||||||
const char **attribute_values,
|
const char **attribute_values,
|
||||||
void *user_data,
|
gpointer user_data,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
ParseContext *ctx = user_data;
|
ParseContext *ctx = user_data;
|
||||||
@ -3348,7 +3348,7 @@ require_end_element (GMarkupParseContext *context,
|
|||||||
static void
|
static void
|
||||||
end_element_handler (GMarkupParseContext *context,
|
end_element_handler (GMarkupParseContext *context,
|
||||||
const char *element_name,
|
const char *element_name,
|
||||||
void *user_data,
|
gpointer user_data,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
ParseContext *ctx = user_data;
|
ParseContext *ctx = user_data;
|
||||||
@ -3650,7 +3650,7 @@ static void
|
|||||||
text_handler (GMarkupParseContext *context,
|
text_handler (GMarkupParseContext *context,
|
||||||
const char *text,
|
const char *text,
|
||||||
gsize text_len,
|
gsize text_len,
|
||||||
void *user_data,
|
gpointer user_data,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
/* FIXME warn about non-whitespace text */
|
/* FIXME warn about non-whitespace text */
|
||||||
|
Loading…
Reference in New Issue
Block a user