summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-22 21:35:03 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-22 21:35:03 +0200
commit6dbe8f7f0f6b13453a2af1bca4e42e8efae3715a (patch)
tree6baf0a42005883312e9ab42c855fa94f6f298f83
parent8f4e0efebdc6d2f4faf10b6003d87329298e773d (diff)
downloadmerchant-6dbe8f7f0f6b13453a2af1bca4e42e8efae3715a.tar.gz
merchant-6dbe8f7f0f6b13453a2af1bca4e42e8efae3715a.tar.bz2
merchant-6dbe8f7f0f6b13453a2af1bca4e42e8efae3715a.zip
indent fix
-rw-r--r--src/lib/test_merchant_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 17a556e6..e373e6b7 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -1194,7 +1194,7 @@ next_command (struct InterpreterState *is)
static void
add_incoming_cb (void *cls,
unsigned int http_status,
- enum TALER_ErrorCode ec,
+ enum TALER_ErrorCode ec,
uint64_t serial_id,
struct GNUNET_TIME_Absolute timestamp,
const json_t *full_response)
@@ -3335,7 +3335,7 @@ interpreter_run (void *cls)
json_object_set_new (order,
"instance",
json_string (instance));
-
+
}
}