mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-25 10:28:56 +02:00
gvariant: Add suggested braces
... around empty body in an 'else' statement
This commit is contained in:
@@ -2278,7 +2278,9 @@ g_variant_print_string (GVariant *value,
|
||||
}
|
||||
|
||||
else
|
||||
/* fall through and handle normally... */;
|
||||
{
|
||||
/* fall through and handle normally... */
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user