docs: sanitize
[m6w6/libmemcached] / docs / source / libmemcached / memcached_callback.rst
index d211cd7adeac3768e44d9f0b6c2ae80df139bda1..e0158f6f888f34320b4031847a54008b87d116da 100644 (file)
@@ -24,7 +24,6 @@ SYNOPSIS
         When :func:`memcached_delete` is called this function will be executed. At
         the point of its execution all connections are closed.
 
-    
     .. enumerator:: MEMCACHED_CALLBACK_CLONE_FUNCTION
      
         When :func:`memcached_delete` is called this function will be executed.
@@ -92,7 +91,6 @@ SYNOPSIS
         The prototype for this is:
 
         .. type:: memcached_return_t (*memcached_trigger_delete_key)(memcached_st *ptr, char *key, size_t key_length)
-     
 
 DESCRIPTION
 -----------
@@ -110,8 +108,6 @@ callback flag. No connections are reset.
 You can use `MEMCACHED_CALLBACK_USER_DATA` to provide custom context 
 if required for any of the callbacks.
 
-
-
 RETURN VALUE
 ------------