From bccce4022ec0f348e9641ddc980877c7941d3fa3 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 6 Feb 2018 16:20:20 -0500 Subject: [PATCH] Identation + comments --- SoObjects/Contacts/SOGoFolder+CardDAV.m | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/SoObjects/Contacts/SOGoFolder+CardDAV.m b/SoObjects/Contacts/SOGoFolder+CardDAV.m index 2a600a8d1..55dd14a8f 100644 --- a/SoObjects/Contacts/SOGoFolder+CardDAV.m +++ b/SoObjects/Contacts/SOGoFolder+CardDAV.m @@ -190,6 +190,20 @@ return filters; } +/** + + + + + + + + + foo + + + + */ - (id) davAddressbookQuery: (id) queryContext { WOResponse *r; @@ -205,8 +219,8 @@ filters = [self _parseContactFilters: [document documentElement]]; [self _appendComponentsMatchingFilters: filters - toResponse: r - context: queryContext]; + toResponse: r + context: queryContext]; [r appendContentString: @""]; return r;