From 96a185d9b79055de7fa2c9a6df4ca375d0308cb4 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 2 Dec 2008 23:42:21 +0000 Subject: style cleanup svn:r17457 --- src/common/compat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/compat.c') diff --git a/src/common/compat.c b/src/common/compat.c index a54fded833..fcc57f60db 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -590,7 +590,7 @@ tor_lockfile_unlock(tor_lockfile_t *lockfile) #define SEEK_END 2 #endif -/** Return the position of fd with respect to the start of the file */ +/** Return the position of fd with respect to the start of the file. */ off_t tor_fd_getpos(int fd) { @@ -601,7 +601,7 @@ tor_fd_getpos(int fd) #endif } -/** Move fd to the end of the file. Return -1 on error, 0 on success. */ +/** Move fd to the end of the file. Return -1 on error, 0 on success. */ int tor_fd_seekend(int fd) { -- cgit v1.2.3-54-g00ecf