aboutsummaryrefslogtreecommitdiff
path: root/src/set
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-13 00:24:47 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-13 01:24:34 +0100
commita9a5994e518ded483edb87513d5197b6539ed4ff (patch)
treef66679102c6672766976f99cdb90231e389b8d41 /src/set
parent174c8ac326de3c5384dfd19944e226858cd57273 (diff)
downloadgnunet-a9a5994e518ded483edb87513d5197b6539ed4ff.tar.gz
gnunet-a9a5994e518ded483edb87513d5197b6539ed4ff.zip
indentation fix
Diffstat (limited to 'src/set')
-rw-r--r--src/set/test_set_union_copy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/set/test_set_union_copy.c b/src/set/test_set_union_copy.c
index a1eba6311..242b9f2f2 100644
--- a/src/set/test_set_union_copy.c
+++ b/src/set/test_set_union_copy.c
@@ -265,7 +265,8 @@ run (void *cls,
265 GNUNET_TESTING_peer_get_identity (peer, 265 GNUNET_TESTING_peer_get_identity (peer,
266 &local_id); 266 &local_id);
267 267
268 set1 = GNUNET_SET_create (cfg, GNUNET_SET_OPERATION_UNION); 268 set1 = GNUNET_SET_create (cfg,
269 GNUNET_SET_OPERATION_UNION);
269 add_element_str (set1, 270 add_element_str (set1,
270 "333"); 271 "333");
271 add_element_str (set1, 272 add_element_str (set1,