Skip to content

Commit ebc6bdb

Browse files
committed
fix indentation
1 parent f14d0d5 commit ebc6bdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/madgraph/iolibs/template_files/gpu/process_function_definitions.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ namespace mg5amcCpu
1919
#ifdef MGONGPU_SUPPORTS_MULTICHANNEL
2020
__device__ INLINE unsigned int getChannelId( const unsigned int* allChannelIds
2121
#ifndef MGONGPUCPP_GPUIMPL
22-
,
23-
const int ievt00,
24-
bool sanityCheckMixedPrecision = true
22+
,
23+
const int ievt00,
24+
bool sanityCheckMixedPrecision = true
2525
#endif
2626
)
2727
{

0 commit comments

Comments
 (0)