summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-10-21 14:56:03 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-10-21 14:56:03 +0200
commitc32e0d5fb891a123f748dfdf403dc3ac143200d6 (patch)
tree6d4c9e1c8448c7360b226ff5c3c25ed7dde2a147
parentad36f4646251f1a2935664e771326453240b04ff (diff)
downloaddocs-c32e0d5fb891a123f748dfdf403dc3ac143200d6.tar.gz
docs-c32e0d5fb891a123f748dfdf403dc3ac143200d6.tar.bz2
docs-c32e0d5fb891a123f748dfdf403dc3ac143200d6.zip
minor fix
-rw-r--r--api-merchant.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index bc2bcf0d..92093bd6 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -96,13 +96,13 @@ as described in
the `libjansson documentation <https://jansson.readthedocs.org/en/2.7/apiref.html?highlight=json_dumps#c.json_dumps>`_.
The signature's purpose is set to TALER_SIGNATURE_MERCHANT_CONTRACT.
- .. sourcecode:: c
+.. sourcecode:: c
- struct Contract
- {
- struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
- struct GNUNET_HashCode h_contract_details;
- }
+ struct Contract
+ {
+ struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+ struct GNUNET_HashCode h_contract_details;
+ }
---------------
Wallet-Frontend