80 cols
authorDana Jansens <danakj@orodu.net>
Sat, 26 Jun 2010 22:59:16 +0000 (00:59 +0200)
committerDana Jansens <danakj@orodu.net>
Sat, 26 Jun 2010 23:30:38 +0000 (01:30 +0200)
obt/xqueue.c

index b370c4a8cad451178c421c47098ef917720ab329..c04b226b55ca1f9bcf2efca3e618a07226a63420 100644 (file)
@@ -327,7 +327,8 @@ typedef struct _ObtXQueueCB {
 static ObtXQueueCB *callbacks = NULL;
 static guint n_callbacks = 0;
 
-static gboolean event_read(GSource *source, GSourceFunc callback, gpointer data)
+static gboolean event_read(GSource *source, GSourceFunc callback,
+                           gpointer data)
 {
     XEvent ev;