From 944a41225fdd8790e37f8e1e31a0d0799a4690fe Mon Sep 17 00:00:00 2001 From: Todd L Miller <41307348+Todd-L-Miller@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:19:04 -0500 Subject: [PATCH] Update test/asynch.cc Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- test/asynch.cc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/test/asynch.cc b/test/asynch.cc index 5ccf4e6..9530f6a 100644 --- a/test/asynch.cc +++ b/test/asynch.cc @@ -27,11 +27,12 @@ void print_claim(SciToken &token, const char *claim) { } -int -main( int argc, char ** argv) { - if( argc < 2 ) { usage(argv[0]); exit(-1); } - const char * encoded = argv[1]; - +int main(int argc, char **argv) { + if (argc < 2) { + usage(argv[0]); + exit(-1); + } + const char *encoded = argv[1]; int rv; char * error; SciToken token;