Commit 60108eae authored by Marcus Lundblad's avatar Marcus Lundblad Committed by Youness Alaoui

These line-breaks where not nessesary...

parent fa1a49ab
...@@ -91,10 +91,8 @@ typedef struct { ...@@ -91,10 +91,8 @@ typedef struct {
bool ms_connection_id_valid; bool ms_connection_id_valid;
GHashTable *permissions; /* stores installed permissions */ GHashTable *permissions; /* stores installed permissions */
GHashTable *sent_permissions; /* ongoing permission installed */ GHashTable *sent_permissions; /* ongoing permission installed */
GHashTable *send_data_queues; /* stores a send data queue for per GHashTable *send_data_queues; /* stores a send data queue for per peer */
peer */ guint permission_timeout_source; /* timer used to invalidate permissions */
guint permission_timeout_source; /* timer used to invalidate
permissions */
gboolean has_binding; gboolean has_binding;
gboolean sent_binding; gboolean sent_binding;
guint binding_timeout_source; guint binding_timeout_source;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment