summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-01-13 13:01:48 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-01-13 13:01:48 -0800
commit68aed0a400dd6b4fe1d75d8f911a6e79ee8396b8 (patch)
tree01eaed463c0b4c1d88c443cdb7e87d26b3b74cca
parentbea6937cb991ea7094426dd1df438ed68850d1d4 (diff)
downloadconnman-68aed0a400dd6b4fe1d75d8f911a6e79ee8396b8.tar.gz
connman-68aed0a400dd6b4fe1d75d8f911a6e79ee8396b8.tar.bz2
connman-68aed0a400dd6b4fe1d75d8f911a6e79ee8396b8.zip
Fix minor style issue
-rw-r--r--gatchat/gatchat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c
index 8045c6bb..ea17335e 100644
--- a/gatchat/gatchat.c
+++ b/gatchat/gatchat.c
@@ -1367,7 +1367,7 @@ gboolean g_at_chat_unregister_all(GAtChat *chat)
at_notify_node_destroy(l->data);
g_slist_free(notify->nodes);
- notify->nodes= NULL;
+ notify->nodes = NULL;
g_hash_table_iter_remove(&iter);
}