From cc1d6b33b1524d52b21a6e9794ee6b0d6a2a9d50 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Tue, 10 Mar 2020 22:04:05 +0100 Subject: unified pointer placement --- test/test-compcov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-compcov.c') diff --git a/test/test-compcov.c b/test/test-compcov.c index b1711586..89611bfb 100644 --- a/test/test-compcov.c +++ b/test/test-compcov.c @@ -3,7 +3,7 @@ #include #include -int main(int argc, char** argv) { +int main(int argc, char **argv) { char *input = argv[1], *buf, buffer[20]; if (argc < 2) { -- cgit 1.4.1