mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Suggest braces around empty body in ‘if’ statements
This commit is contained in:
parent
86b910e6b1
commit
1f6c73747e
@ -159,7 +159,7 @@ static void
|
||||
prop_tester_init (PropTester* t)
|
||||
{
|
||||
if (t->name == NULL)
|
||||
; /* neds unit test framework initialization: g_test_bug ("race initializing properties"); */
|
||||
{ } /* needs unit test framework initialization: g_test_bug ("race initializing properties"); */
|
||||
}
|
||||
static void
|
||||
prop_tester_set_property (GObject *object,
|
||||
|
Loading…
Reference in New Issue
Block a user