summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-28 16:28:37 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-28 16:28:37 +0000
commit1af64a7cf0666f342b9733ed45554ad16821b399 (patch)
treece1871af7424b17e7dcbb32eaf823b51f545252a
parent11da8c61044c8d9c2128988ee3358ce67edf55f4 (diff)
Fix coding style in test-parse-message.c to fix `make check`
-rw-r--r--tests/test-parse-message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-parse-message.c b/tests/test-parse-message.c
index 48da1623b..7db59246a 100644
--- a/tests/test-parse-message.c
+++ b/tests/test-parse-message.c
@@ -156,7 +156,7 @@ test_google_offline (void)
g_assert (0 == strcmp (from, "foo@bar.com"));
g_assert (stamp == 1190899454);
g_assert (type == TP_CHANNEL_TEXT_MESSAGE_TYPE_NORMAL);
- g_assert (0 == strcmp(body, "hello"));
+ g_assert (0 == strcmp (body, "hello"));
g_assert (state == -1);
g_assert (send_error == GABBLE_TEXT_CHANNEL_SEND_NO_ERROR);
lm_message_unref (msg);