summaryrefslogtreecommitdiff
path: root/mmap/unix/mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mmap/unix/mmap.c')
-rw-r--r--mmap/unix/mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmap/unix/mmap.c b/mmap/unix/mmap.c
index 47bdc7f81..6d1afcbc6 100644
--- a/mmap/unix/mmap.c
+++ b/mmap/unix/mmap.c
@@ -111,7 +111,7 @@ ap_status_t ap_mmap_create(ap_mmap_t **new, const char * fname,
(*new)->sinfo = st;
(*new)->size = st.st_size;
(*new)->cntxt = cont;
-
+
/* register the cleanup... */
ap_register_cleanup((*new)->cntxt, (void*)(*new), mmap_cleanup,
ap_null_cleanup);