summaryrefslogtreecommitdiff
path: root/src/json.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-11 15:06:01 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-11 15:06:01 +0000
commit0d08a471f9ebfdfadded6c92abc700c706475644 (patch)
tree2c49e445ccca81f5af70244e89a15585757798d6 /src/json.h
parent24195d0013f81933578afa14a44a10e4b75817dd (diff)
run GNU indent everything. not done this for a while because it was producing weird results. seems ok now.
Diffstat (limited to 'src/json.h')
-rw-r--r--src/json.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json.h b/src/json.h
index 62237f8..232728a 100644
--- a/src/json.h
+++ b/src/json.h
@@ -26,8 +26,8 @@
#include "trg-client.h"
gchar *trg_serialize(JsonNode * req);
-JsonObject *trg_deserialize(trg_response *response, GError ** error);
+JsonObject *trg_deserialize(trg_response * response, GError ** error);
JsonObject *get_arguments(JsonObject * req);
JsonObject *node_get_arguments(JsonNode * req);
-#endif /* JSON_H_ */
+#endif /* JSON_H_ */