summaryrefslogtreecommitdiff
path: root/src/include/taler_twister_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-20 11:27:23 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-20 11:27:23 +0100
commitbcf4455b04168195eb894eb955ea7a21b694d0be (patch)
treeab09b0175fb30d93a2e8a722e29a682b2ee8e26e /src/include/taler_twister_service.h
parent43a8e055238bbc5d0acc33c3b0d52f92e93a8ed7 (diff)
downloadtwister-bcf4455b04168195eb894eb955ea7a21b694d0be.tar.gz
twister-bcf4455b04168195eb894eb955ea7a21b694d0be.tar.bz2
twister-bcf4455b04168195eb894eb955ea7a21b694d0be.zip
fix whitespace issues
Diffstat (limited to 'src/include/taler_twister_service.h')
-rw-r--r--src/include/taler_twister_service.h27
1 files changed, 18 insertions, 9 deletions
diff --git a/src/include/taler_twister_service.h b/src/include/taler_twister_service.h
index a2b963c..db0f0d0 100644
--- 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_ */