aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/include/gnunet_common.h
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 2636824d3..b8a667524 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -235,7 +235,7 @@ GNUNET_logger_remove (GNUNET_Logger logger, void *logger_cls);
235 * NOT reentrant! 235 * NOT reentrant!
236 * 236 *
237 * @param hc the hash code 237 * @param hc the hash code
238 * @return string 238 * @return string
239 */ 239 */
240const char * 240const char *
241GNUNET_h2s (const GNUNET_HashCode * hc); 241GNUNET_h2s (const GNUNET_HashCode * hc);
@@ -368,7 +368,7 @@ GNUNET_htonll (unsigned long long n);
368 368
369/** 369/**
370 * Allocate and initialize a block of memory. 370 * Allocate and initialize a block of memory.
371 * 371 *
372 * @param buf data to initalize the block with 372 * @param buf data to initalize the block with
373 * @param size the number of bytes in buf (and size of the allocation) 373 * @param size the number of bytes in buf (and size of the allocation)
374 * @return pointer to size bytes of memory, never NULL (!) 374 * @return pointer to size bytes of memory, never NULL (!)