]> git.notmuchmail.org Git - notmuch/blobdiff - util/hex-escape.h
Merge branch 'release'
[notmuch] / util / hex-escape.h
index 50d946eda4463b4bbf539625ed9336697ee41312..8703334cda8d4836660bed1f8cf41c65e2fec023 100644 (file)
@@ -29,11 +29,11 @@ typedef enum hex_status {
 
 hex_status_t
 hex_encode (void *talloc_ctx, const char *in, char **out,
-            size_t *out_size);
+           size_t *out_size);
 
 hex_status_t
 hex_decode (void *talloc_ctx, const char *in, char **out,
-            size_t *out_size);
+           size_t *out_size);
 
 /*
  * Non-allocating hex decode to decode 's' in-place. The length of the