-indent
authorChristian Grothoff <christian@grothoff.org>
Mon, 26 Oct 2015 16:02:23 +0000 (16:02 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 26 Oct 2015 16:02:23 +0000 (16:02 +0000)
src/util/disk.c

index bd766a1b9186d5fb25cd3af66dded2b7f1704913..3e56a5aab85837e21bfd650307726dee1249d40a 100644 (file)
@@ -1166,7 +1166,9 @@ GNUNET_DISK_file_write_blocking (const struct GNUNET_DISK_FileHandle * h,
  * @return number of bytes written on success, #GNUNET_SYSERR on error
  */
 ssize_t
-GNUNET_DISK_fn_write (const char *fn, const void *buffer, size_t n,
+GNUNET_DISK_fn_write (const char *fn,
+                      const void *buffer,
+                      size_t n,
                       enum GNUNET_DISK_AccessPermissions mode)
 {
   struct GNUNET_DISK_FileHandle *fh;