]> granicus.if.org Git - apache/commitdiff
Fix indent.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 11 Nov 2014 15:20:49 +0000 (15:20 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 11 Nov 2014 15:20:49 +0000 (15:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1638159 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/fs/repos.c

index 6c4c44b1fdef8a3088f6e8b38d5193767dbcb0c7..950646eed84fd7e20b384930e01fd4e4ee89b63e 100644 (file)
@@ -874,12 +874,13 @@ static int dav_fs_is_parent_resource(
             && ctx2->pathname[len1] == '/');
 }
 
-static apr_status_t tmpfile_cleanup(void *data) {
-        dav_stream *ds = data;
-        if (ds->temppath) {
-                apr_file_remove(ds->temppath, ds->p);
-        }
-        return APR_SUCCESS;
+static apr_status_t tmpfile_cleanup(void *data)
+{
+    dav_stream *ds = data;
+    if (ds->temppath) {
+        apr_file_remove(ds->temppath, ds->p);
+    }
+    return APR_SUCCESS;
 }
 
 /* custom mktemp that creates the file with APR_OS_DEFAULT permissions */