commit bcf4455b04168195eb894eb955ea7a21b694d0be
parent 43a8e055238bbc5d0acc33c3b0d52f92e93a8ed7
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 20 Nov 2018 11:27:23 +0100
fix whitespace issues
Diffstat:
1 file changed, 18 insertions(+), 9 deletions(-)
diff --git a/src/include/taler_twister_service.h b/src/include/taler_twister_service.h
@@ -112,6 +112,8 @@ TALER_TWISTER_modify_path_ul (struct TALER_TWISTER_Handle *h,
const char *value,
GNUNET_SCHEDULER_TaskCallback cb,
void *cb_cls);
+
+
/**
* Instruct the twister to flip a character into
* the string JSON field that belongs to the object
@@ -132,6 +134,7 @@ TALER_TWISTER_flip_download
GNUNET_SCHEDULER_TaskCallback cb,
void *cb_cls);
+
/**
* Instruct the twister to flip a character into
* the string JSON field that belongs to the object
@@ -152,6 +155,7 @@ TALER_TWISTER_flip_upload
GNUNET_SCHEDULER_TaskCallback cb,
void *cb_cls);
+
/**
* Change the next response code to @a new_rc.
*
@@ -168,6 +172,7 @@ TALER_TWISTER_change_response_code
GNUNET_SCHEDULER_TaskCallback cb,
void *cb_cls);
+
/**
* Randomly truncate the response.
*
@@ -183,6 +188,7 @@ TALER_TWISTER_malform
GNUNET_SCHEDULER_TaskCallback cb,
void *cb_cls);
+
/**
* Randomly truncate the request.
*
@@ -198,6 +204,7 @@ TALER_TWISTER_malform_upload
GNUNET_SCHEDULER_TaskCallback cb,
void *cb_cls);
+
/**
* Delete the object pointed to by @a path. Note, this
* object belongs to the JSON response object.
@@ -217,6 +224,7 @@ TALER_TWISTER_delete_path
GNUNET_SCHEDULER_TaskCallback cb,
void *cb_cls);
+
/**
* Abort operation. Twister behavior may then include the
* changes requested by the operation, or not! Must be called
@@ -229,15 +237,6 @@ void
TALER_TWISTER_cancel (struct TALER_TWISTER_Operation *op);
-#if 0 /* keep Emacsens' auto-indent happy */
-{
-#endif
-#ifdef __cplusplus
-}
-#endif
-
-/** @} */ /* end of group nse */
-
/**
* Prepare twister for execution; mainly checks whether the
* HTTP port is available and construct the base URL based on it.
@@ -248,6 +247,7 @@ TALER_TWISTER_cancel (struct TALER_TWISTER_Operation *op);
char *
TALER_TESTING_prepare_twister (const char *config_filename);
+
/**
* Run the twister service.
*
@@ -257,4 +257,13 @@ TALER_TESTING_prepare_twister (const char *config_filename);
struct GNUNET_OS_Process *
TALER_TESTING_run_twister (const char *config_filename);
+
+#if 0 /* keep Emacsens' auto-indent happy */
+{
+#endif
+#ifdef __cplusplus
+}
+#endif
+
+
#endif /* TALER_NSE_SERVICE_H_ */