Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
[simgrid.git] / contrib / benchmarking_code_block / bench.h
index 568a931168c8315821315de5a43c8ff3db240f2b..3c879ba5200e096bf46d860a22f144ea8ad5e163 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2014. The SimGrid Team.
+/* Copyright (c) 2013-2022. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -61,7 +61,6 @@ static inline void xbt_bench_init(char *tracefile)
        mybench->output = fopen(tracefile, "a+");
        if (mybench->output == NULL)
                printf("Error while opening the tracefile");
-
 }
 
 /* Initializing StarPU benchmarking */
@@ -72,7 +71,6 @@ static inline void bench_init_starpu(char *tracefile, bench_t *bench)
   mybench->output = fopen(tracefile, "a+");
   if (mybench->output == NULL)
                printf("Error while opening the tracefile");
-
 }
 
 /* Start benchmarking using macros */