Skip to content

Commit 7ced922

Browse files
mattmundellbjoernricks
authored andcommitted
Fix indent
1 parent 3e218cf commit 7ced922

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

base/hosts_tests.c

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,15 @@ Ensure (hosts, gvm_hosts_new_with_max_returns_error)
226226
}
227227

228228
// This is a macro so the line number below is clear on failure.
229-
#define ASSERT_HOST_EQUALS(hosts, i, string) \
230-
{ \
231-
gchar *value; \
232-
\
233-
value = gvm_host_value_str (hosts->hosts[i]); \
234-
assert_true_with_message ( \
235-
g_strcmp0 (value, string) == 0, \
236-
"Expected hosts->hosts[%d] to be %s but it was %s", i, string, value); \
237-
g_free (value); \
229+
#define ASSERT_HOST_EQUALS(hosts, i, string) \
230+
{ \
231+
gchar *value; \
232+
\
233+
value = gvm_host_value_str (hosts->hosts[i]); \
234+
assert_true_with_message ( \
235+
g_strcmp0 (value, string) == 0, \
236+
"Expected hosts->hosts[%d] to be %s but it was %s", i, string, value); \
237+
g_free (value); \
238238
}
239239

240240
static int

0 commit comments

Comments
 (0)