summaryrefslogtreecommitdiff
path: root/src/dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispatch.h')
-rw-r--r--src/dispatch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dispatch.h b/src/dispatch.h
index 4ff3ad6..cf4c908 100644
--- a/src/dispatch.h
+++ b/src/dispatch.h
@@ -34,7 +34,7 @@ struct dispatch_async_args {
JsonObject *dispatch(trg_client * client, JsonNode * req, int *status);
GThread *dispatch_async(trg_client * client, JsonNode * req,
- void (*callback) (JsonObject *, int, gpointer),
- gpointer data);
+ void (*callback) (JsonObject *, int, gpointer),
+ gpointer data);
-#endif /* DISPATCH_H_ */
+#endif /* DISPATCH_H_ */