fix indentation

Mon, 29 Jan 2024 11:20:34 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 29 Jan 2024 11:20:34 +0100
changeset 804
1e24f187c362
parent 803
008cc66ff9d6
child 805
bff983370565

fix indentation

libidav/config.c file | annotate | diff | comparison | revisions
--- a/libidav/config.c	Mon Jan 29 11:19:49 2024 +0100
+++ b/libidav/config.c	Mon Jan 29 11:20:34 2024 +0100
@@ -392,7 +392,7 @@
 
 DavCfgRepository* dav_repository_new(DavConfig *config) {
     DavCfgRepository *repo = cxMalloc(config->mp->allocator, sizeof(DavCfgRepository));
-	memset(repo, 0, sizeof(DavCfgRepository));
+    memset(repo, 0, sizeof(DavCfgRepository));
     repo->decrypt_name.value = false;
     repo->decrypt_content.value = true;
     repo->decrypt_properties.value = false;

mercurial