Skip to content

Commit ee8ee87

Browse files
committed
Please consider the following formatting changes
1 parent 3435517 commit ee8ee87

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

GPU/GPUTracking/Standalone/tools/dumpGPUDefParam.C

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@
2828
#include "testParam.h"
2929

3030
#include "GPUDefParametersLoad.inc"
31-
void dumpGPUDefParam() {
32-
auto param = o2::gpu::internal::GPUDefParametersLoad();
33-
printf("Loaded params:\n%s", o2::gpu::internal::GPUDefParametersExport(param, false).c_str());
34-
FILE* fp = fopen("parameters.out", "w+b");
35-
fwrite(&param, 1, sizeof(param), fp);
36-
fclose(fp);
31+
void dumpGPUDefParam()
32+
{
33+
auto param = o2::gpu::internal::GPUDefParametersLoad();
34+
printf("Loaded params:\n%s", o2::gpu::internal::GPUDefParametersExport(param, false).c_str());
35+
FILE* fp = fopen("parameters.out", "w+b");
36+
fwrite(&param, 1, sizeof(param), fp);
37+
fclose(fp);
3738
}

0 commit comments

Comments
 (0)