From: oetiker Date: Sun, 28 Sep 2008 19:27:45 +0000 (+0000) Subject: a few missing {{{ folding }}} markers added X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=42100a93850212f00a9a15ad4207fe59beabfcfe;p=rrdtool.git a few missing {{{ folding }}} markers added -- kevin brintnall git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1541 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c index e0e373a..e2330a8 100644 --- a/src/rrd_daemon.c +++ b/src/rrd_daemon.c @@ -273,7 +273,7 @@ static int open_pidfile(void) /* {{{ */ file, rrd_strerror(errno)); return(fd); -} +} /* }}} static int open_pidfile */ static int write_pidfile (int fd) /* {{{ */ { @@ -1091,7 +1091,7 @@ static int handle_request_flushall(int fd) /* {{{ */ } return (status); -} +} /* }}} static int handle_request_flushall */ static int handle_request_update (int fd, /* {{{ */ char *buffer, size_t buffer_size)