From: Roger Dingledine Date: Tue, 2 Dec 2008 23:42:21 +0000 (+0000) Subject: style cleanup X-Git-Tag: tor-0.2.1.8-alpha~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96a185d9b79055de7fa2c9a6df4ca375d0308cb4;p=thirdparty%2Ftor.git style cleanup svn:r17457 --- 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) {