src/rrd_daemon.c: Fix vim `folding'.
authorFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 14 Sep 2008 07:55:54 +0000 (09:55 +0200)
committerFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 14 Sep 2008 07:55:54 +0000 (09:55 +0200)
src/rrd_daemon.c

index abb2ace..0fd0fab 100644 (file)
@@ -1173,7 +1173,7 @@ static int handle_request_wrote (int fd __attribute__((unused)), /* {{{ */
 
   pthread_mutex_unlock(&cache_lock);
   return (0);
 
   pthread_mutex_unlock(&cache_lock);
   return (0);
-}
+} /* }}} int handle_request_wrote */
 
 /* if fd < 0, we are in journal replay mode */
 static int handle_request (int fd, char *buffer, size_t buffer_size) /* {{{ */
 
 /* if fd < 0, we are in journal replay mode */
 static int handle_request (int fd, char *buffer, size_t buffer_size) /* {{{ */