gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 02/09: fix: someone doesnt know what indentation is


From: gnunet
Subject: [taler-docs] 02/09: fix: someone doesnt know what indentation is
Date: Sun, 26 May 2024 01:45:49 +0200

This is an automated email from the git hooks/post-receive script.

nora-grothoff pushed a commit to branch master
in repository docs.

commit e7e30485f0468a410dd96d991973fff680a9095e
Author: Nullptrderef <nullptrderef@proton.me>
AuthorDate: Sun May 26 01:24:39 2024 +0200

    fix: someone doesnt know what indentation is
---
 core/api-mailbox.rst | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/core/api-mailbox.rst b/core/api-mailbox.rst
index 34d27ded..bdb52c89 100644
--- a/core/api-mailbox.rst
+++ b/core/api-mailbox.rst
@@ -187,19 +187,19 @@ Receiving messages
 
     interface MessageDeletionRequest {
 
-    // Number of messages to delete. (Starting from the beginning
-    // of the latest GET response).
-    count: Integer;
+      // Number of messages to delete. (Starting from the beginning
+      // of the latest GET response).
+      count: Integer;
 
-    // SHA-512 hash over all messages to delete.
-    checksum: HashCode;
+      // SHA-512 hash over all messages to delete.
+      checksum: HashCode;
 
-    // Signature by the mailbox's private key affirming
-    // the deletion of the messages, of purpuse
-    // ``TALER_SIGNATURE_WALLET_MAILBOX_DELETE_MESSAGES``.
-    wallet_sig: EddsaSignature;
+      // Signature by the mailbox's private key affirming
+      // the deletion of the messages, of purpuse
+      // ``TALER_SIGNATURE_WALLET_MAILBOX_DELETE_MESSAGES``.
+      wallet_sig: EddsaSignature;
 
-  }
+    }
 
   **Response**
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]