aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/perf_ats.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/ats-tests/perf_ats.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/ats-tests/perf_ats.c')
-rw-r--r--src/ats-tests/perf_ats.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ats-tests/perf_ats.c b/src/ats-tests/perf_ats.c
index 470c687fc..64756b8aa 100644
--- a/src/ats-tests/perf_ats.c
+++ b/src/ats-tests/perf_ats.c
@@ -420,7 +420,7 @@ main (int argc, char *argv[])
420 /* Determine solver name */ 420 /* Determine solver name */
421 solver = GNUNET_strdup (tmp); 421 solver = GNUNET_strdup (tmp);
422 /* Remove .exe prefix */ 422 /* Remove .exe prefix */
423 if ((NULL != (dotexe = strstr (solver, ".exe")))&&(dotexe[4] == '\0')) 423 if ((NULL != (dotexe = strstr (solver, ".exe"))) && (dotexe[4] == '\0'))
424 dotexe[0] = '\0'; 424 dotexe[0] = '\0';
425 425
426 /* Determine first '_' after solver */ 426 /* Determine first '_' after solver */
@@ -597,4 +597,5 @@ main (int argc, char *argv[])
597 return result; 597 return result;
598} 598}
599 599
600
600/* end of file perf_ats.c */ 601/* end of file perf_ats.c */