From: Christophe Jaillet Date: Sat, 11 Jan 2014 06:32:59 +0000 (+0000) Subject: Style, indentation. No functional change. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dabc2de00c13fdec7ab67f1edcc0ed9561436cd6;p=thirdparty%2Fapache%2Fhttpd.git Style, indentation. No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1557317 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/main/std_liveprop.c b/modules/dav/main/std_liveprop.c index 1f79dc71287..e760c655b53 100644 --- a/modules/dav/main/std_liveprop.c +++ b/modules/dav/main/std_liveprop.c @@ -86,18 +86,18 @@ static dav_prop_insert dav_core_insert_prop(const dav_resource *resource, continue; if (!res_hooks->get_resource_type(resource, &name, &uri) && - name) { + name) { if (!uri || !strcasecmp(uri, "DAV:")) value = apr_pstrcat(p, value ? value : "", - "", NULL); - else + "", NULL); + else value = apr_pstrcat(p, value ? value : "", - "", NULL); + "", NULL); } - } + } } switch (resource->type) { case DAV_RESOURCE_TYPE_VERSION: @@ -114,8 +114,8 @@ static dav_prop_insert dav_core_insert_prop(const dav_resource *resource, else { /* ### should we denote lock-null resources? */ if (value == NULL) { - value = ""; /* becomes: */ - } + value = ""; /* becomes: */ + } } break; case DAV_RESOURCE_TYPE_HISTORY: