summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_tip-query.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-04 21:39:59 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-04 21:44:30 +0200
commit65950734eebc72a431724af163b51f7a04640ab9 (patch)
tree712fe45a7305c8f654430c6b212c66b3b9d7fd66 /src/backend/taler-merchant-httpd_tip-query.c
parent48857748fa596d9dbb0e601082b659b5b5ad1cc0 (diff)
downloadmerchant-65950734eebc72a431724af163b51f7a04640ab9.tar.gz
merchant-65950734eebc72a431724af163b51f7a04640ab9.tar.bz2
merchant-65950734eebc72a431724af163b51f7a04640ab9.zip
fix indentation issues
Diffstat (limited to 'src/backend/taler-merchant-httpd_tip-query.c')
-rw-r--r--src/backend/taler-merchant-httpd_tip-query.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/taler-merchant-httpd_tip-query.c b/src/backend/taler-merchant-httpd_tip-query.c
index 9664eaa5..0f99e49e 100644
--- a/src/backend/taler-merchant-httpd_tip-query.c
+++ b/src/backend/taler-merchant-httpd_tip-query.c
@@ -455,8 +455,8 @@ MH_handler_tip_query (struct TMH_RequestHandler *rh,
return MHD_NO; /* hard error */
}
res = MHD_queue_response (connection,
- tqc->response_code,
- tqc->response);
+ tqc->response_code,
+ tqc->response);
MHD_destroy_response (tqc->response);
tqc->response = NULL;
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -490,8 +490,8 @@ MH_handler_tip_query (struct TMH_RequestHandler *rh,
"Instance `%s' not configured for tipping\n",
tqc->instance);
return TMH_RESPONSE_reply_not_found (connection,
- TALER_EC_TIP_AUTHORIZE_INSTANCE_DOES_NOT_TIP,
- "exchange for tipping not configured for the instance");
+ TALER_EC_TIP_AUTHORIZE_INSTANCE_DOES_NOT_TIP,
+ "exchange for tipping not configured for the instance");
}
tqc->reserve_priv = mi->tip_reserve;