From c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Oct 2019 15:09:28 +0200 Subject: global reindent, now with uncrustify hook enabled --- src/regex/regex_test_lib.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'src/regex/regex_test_lib.h') diff --git a/src/regex/regex_test_lib.h b/src/regex/regex_test_lib.h index fe4b30498..a0ad0723a 100644 --- a/src/regex/regex_test_lib.h +++ b/src/regex/regex_test_lib.h @@ -54,7 +54,7 @@ extern "C" * @return A string with a single regex that matches any of the original regexes */ char * -REGEX_TEST_combine(char * const regexes[], unsigned int alphabet_size); +REGEX_TEST_combine (char *const regexes[], unsigned int alphabet_size); /** @@ -67,7 +67,7 @@ REGEX_TEST_combine(char * const regexes[], unsigned int alphabet_size); * @return A newly allocated, NULL terminated array of regexes. */ char ** -REGEX_TEST_read_from_file(const char *filename); +REGEX_TEST_read_from_file (const char *filename); /** @@ -76,7 +76,7 @@ REGEX_TEST_read_from_file(const char *filename); * @param regexes NULL-terminated array of regexes. */ void -REGEX_TEST_free_from_file(char **regexes); +REGEX_TEST_free_from_file (char **regexes); /** @@ -93,7 +93,7 @@ REGEX_TEST_free_from_file(char **regexes); * needs to be freed, otherwise. */ char * -REGEX_TEST_generate_random_regex(size_t rx_length, char *matching_str); +REGEX_TEST_generate_random_regex (size_t rx_length, char *matching_str); /** @@ -106,14 +106,15 @@ REGEX_TEST_generate_random_regex(size_t rx_length, char *matching_str); * @return random string that needs to be freed. */ char * -REGEX_TEST_generate_random_string(size_t max_len); +REGEX_TEST_generate_random_string (size_t max_len); /** * Options for graph creation function * REGEX_TEST_automaton_save_graph. */ -enum REGEX_TEST_GraphSavingOptions { +enum REGEX_TEST_GraphSavingOptions +{ /** * Default. Do nothing special. */ @@ -141,9 +142,9 @@ enum REGEX_TEST_GraphSavingOptions { * mode */ void -REGEX_TEST_automaton_save_graph(struct REGEX_INTERNAL_Automaton *a, - const char *filename, - enum REGEX_TEST_GraphSavingOptions options); +REGEX_TEST_automaton_save_graph (struct REGEX_INTERNAL_Automaton *a, + const char *filename, + enum REGEX_TEST_GraphSavingOptions options); -- cgit v1.2.3