docs: sanitize
[m6w6/libmemcached] / docs / source / libmemcached / memcached_last_error.rst
index 9b82c38773abf6a5481b8a9f09a7f7a4639d5792..c5ddf4905fef45fc916c9f08827967b183714cea 100644 (file)
@@ -8,7 +8,7 @@ SYNOPSIS
   Compile and link with -lmemcached
 
 .. function:: memcached_return_t memcached_last_error(const memcached_st *)
+
 .. function:: const char *memcached_last_error_message(const memcached_st *)
 
 .. function:: int memcached_last_error_errno(const memcached_st *)
@@ -31,7 +31,6 @@ need to be de-allocated. NULL will be returned if no error has occurred.
 `memcached_last_error_errno` returns any last local error code obtained from
 :manpage:`errno(3)`.
 
-
 SEE ALSO
 --------