aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/util/disk.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/util/disk.h')
-rw-r--r--src/util/disk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/disk.h b/src/util/disk.h
index c6014617c..89ff76687 100644
--- a/src/util/disk.h
+++ b/src/util/disk.h
@@ -39,7 +39,7 @@
39 * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise 39 * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise
40 */ 40 */
41int 41int
42GNUNET_DISK_internal_file_handle_(const struct GNUNET_DISK_FileHandle *fh, 42GNUNET_DISK_internal_file_handle_ (const struct GNUNET_DISK_FileHandle *fh,
43 void *dst, size_t dst_len); 43 void *dst, size_t dst_len);
44 44
45#endif /* GNUNET_DISK_H_ */ 45#endif /* GNUNET_DISK_H_ */