diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-08-13 19:50:25 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-08-13 19:50:25 +0000 |
commit | 097fb7799b72de5015c582af3df0bf626ded2969 (patch) | |
tree | 66e9c6e278a0daa2d2850dcde02e92b8522c131b | |
parent | bc5e7a8d33feb3026a4649249438bca0e389f4cc (diff) |
-indentation, doxygen
-rw-r--r-- | src/include/gnunet_set_service.h | 15 | ||||
-rw-r--r-- | src/include/gnunet_testbed_service.h | 2 |
2 files changed, 10 insertions, 7 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h index 58dfc49a32..44773f1872 100644 --- a/src/include/gnunet_set_service.h +++ b/src/include/gnunet_set_service.h @@ -216,7 +216,8 @@ struct GNUNET_SET_Element * * @param cls closure */ -typedef void (*GNUNET_SET_Continuation) (void *cls); +typedef void +(*GNUNET_SET_Continuation) (void *cls); /** @@ -227,9 +228,10 @@ typedef void (*GNUNET_SET_Continuation) (void *cls); * @param element a result element, only valid if status is #GNUNET_SET_STATUS_OK * @param status see `enum GNUNET_SET_Status` */ -typedef void (*GNUNET_SET_ResultIterator) (void *cls, - const struct GNUNET_SET_Element *element, - enum GNUNET_SET_Status status); +typedef void +(*GNUNET_SET_ResultIterator) (void *cls, + const struct GNUNET_SET_Element *element, + enum GNUNET_SET_Status status); /** * Iterator for set elements. @@ -239,8 +241,9 @@ typedef void (*GNUNET_SET_ResultIterator) (void *cls, * iterated over * @return #GNUNET_YES to continue iterating, #GNUNET_NO to stop. */ -typedef int (*GNUNET_SET_ElementIterator) (void *cls, - const struct GNUNET_SET_Element *element); +typedef int +(*GNUNET_SET_ElementIterator) (void *cls, + const struct GNUNET_SET_Element *element); /** diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h index bc4be0140e..7d9abbe49a 100644 --- a/src/include/gnunet_testbed_service.h +++ b/src/include/gnunet_testbed_service.h @@ -953,7 +953,7 @@ GNUNET_TESTBED_underlay_configure_link (void *op_cls, /** * Topologies and topology options supported for testbeds. Options should always - * end with GNUNET_TESTBED_TOPOLOGY_OPTION_END + * end with #GNUNET_TESTBED_TOPOLOGY_OPTION_END */ enum GNUNET_TESTBED_TopologyOption { |