# HG changeset patch
# User Olaf Wintermann <olaf.wintermann@gmail.com>
# Date 1706523634 -3600
# Node ID 1e24f187c362d1cadf3e6a3f07b1a150345067ab
# Parent  008cc66ff9d68178f4b11513b3559d7b8b5da7de
fix indentation

diff -r 008cc66ff9d6 -r 1e24f187c362 libidav/config.c
--- 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;