summaryrefslogtreecommitdiff
path: root/src/dispatch.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 14:41:42 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 14:41:42 +0000
commit05a98f92cb9eeab843727e0fa2fc052cb371109a (patch)
tree30593b257e0e7045615ba71b95185561a6134539 /src/dispatch.c
parentba223a1a4d7cae2bba4ca0e2e55627a986175ace (diff)
tidy sources with GNU indent after recent changes. on seconds thoughts, don't install docs with autotools, leave it to the package manager.
Diffstat (limited to 'src/dispatch.c')
-rw-r--r--src/dispatch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dispatch.c b/src/dispatch.c
index 12ada88..e102aed 100644
--- a/src/dispatch.c
+++ b/src/dispatch.c
@@ -91,7 +91,8 @@ GThread *dispatch_async(trg_client * client, JsonNode * req,
{
GError *error = NULL;
GThread *thread;
- struct dispatch_async_args *args = g_new(struct dispatch_async_args, 1);
+ struct dispatch_async_args *args =
+ g_new(struct dispatch_async_args, 1);
args->callback = callback;
args->data = data;