aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_allocation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:54:06 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:54:06 +0000
commit5746309cb4be2073d550ad7a6885e918631dbc38 (patch)
tree89455bc4aadf977816b38df13f990372cd81d71a /src/util/common_allocation.c
parent6fd3e715cae09fa6e657c96f1c6f9711ee51f42f (diff)
downloadgnunet-5746309cb4be2073d550ad7a6885e918631dbc38.tar.gz
gnunet-5746309cb4be2073d550ad7a6885e918631dbc38.zip
indentation
Diffstat (limited to 'src/util/common_allocation.c')
-rw-r--r--src/util/common_allocation.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/util/common_allocation.c b/src/util/common_allocation.c
index 6f01e8230..71aa15add 100644
--- a/src/util/common_allocation.c
+++ b/src/util/common_allocation.c
@@ -255,9 +255,7 @@ GNUNET_xstrndup_ (const char *str, size_t len, const char *filename,
255 * @param linenumber where in the code was the call to GNUNET_array_grow 255 * @param linenumber where in the code was the call to GNUNET_array_grow
256 */ 256 */
257void 257void
258GNUNET_xgrow_ (void **old, 258GNUNET_xgrow_ (void **old, size_t elementSize, unsigned int *oldCount,
259 size_t elementSize,
260 unsigned int *oldCount,
261 unsigned int newCount, const char *filename, int linenumber) 259 unsigned int newCount, const char *filename, int linenumber)
262{ 260{
263 void *tmp; 261 void *tmp;