gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -minor style fixes


From: gnunet
Subject: [gnunet] branch master updated: -minor style fixes
Date: Sat, 14 Nov 2020 22:37:01 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a940a11ad -minor style fixes
     new f37298e66 Merge branch 'master' of git+ssh://gnunet.org/gnunet
a940a11ad is described below

commit a940a11add69f86f09033da6dbb540d5e630af65
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Nov 14 22:29:33 2020 +0100

    -minor style fixes
---
 src/include/gnunet_disk_lib.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index 51ae7d8d5..3f29dc2e4 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -268,9 +268,8 @@ GNUNET_DISK_file_test (const char *fil);
 
 
 /**
- * Move a file out of the way (create a backup) by
- * renaming it to "orig.NUM~" where NUM is the smallest
- * number that is not used yet.
+ * Move a file out of the way (create a backup) by renaming it to "orig.NUM~"
+ * where NUM is the smallest number that is not used yet.
  *
  * @param fil name of the file to back up
  */
@@ -283,10 +282,11 @@ GNUNET_DISK_file_backup (const char *fil);
  * @param h handle of an open file
  * @param offset position to move to
  * @param whence specification to which position the offset parameter relates 
to
- * @return the new position on success, GNUNET_SYSERR otherwise
+ * @return the new position on success, #GNUNET_SYSERR otherwise
  */
 off_t
-GNUNET_DISK_file_seek (const struct GNUNET_DISK_FileHandle *h, off_t offset,
+GNUNET_DISK_file_seek (const struct GNUNET_DISK_FileHandle *h,
+                       off_t offset,
                        enum GNUNET_DISK_Seek whence);
 
 
@@ -680,8 +680,7 @@ GNUNET_DISK_directory_test (const char *fil, int 
is_readable);
 
 
 /**
- * Remove all files in a directory (rm -rf). Call with
- * caution.
+ * Remove all files in a directory (rm -rf). Call with caution.
  *
  * @param filename the file to remove
  * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
@@ -738,7 +737,8 @@ struct GNUNET_DISK_MapHandle;
 
 
 /**
- * Map a file into memory
+ * Map a file into memory.
+ *
  * @param h open file handle
  * @param m handle to the new mapping (will be set)
  * @param access access specification, GNUNET_DISK_MAP_TYPE_xxx

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]