Skip to content

Commit

Permalink
Formatting & declaration cleanse.
Browse files Browse the repository at this point in the history
Reviewed-by: Rich Salz <[email protected]>
(Merged from openssl#4032)
  • Loading branch information
paulidale committed Jul 27, 2017
1 parent e89f5fb commit 735e350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const char *test_get_option_argument(const char *option);
* rather link to one of the helper main() methods.
*/

void add_test(const char *test_case_name, int (*test_fn) ());
void add_test(const char *test_case_name, int (*test_fn) (void));
void add_all_tests(const char *test_case_name, int (*test_fn)(int idx), int num,
int subtest);

Expand Down Expand Up @@ -170,7 +170,7 @@ void cleanup_tests(void);
# endif
#endif

# define DECLARE_COMPARISON(type, name, opname) \
# define DECLARE_COMPARISON(type, name, opname) \
int test_ ## name ## _ ## opname(const char *, int, \
const char *, const char *, \
const type, const type);
Expand Down

0 comments on commit 735e350

Please sign in to comment.