[dd4hep] Fix inappropriate patch line break (#16361)
Sometimes, text editors automate things a little too much...
This commit is contained in:
parent
703111c01b
commit
2d02769bea
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ diff --git a/DDDigi/src/DigiKernel.cpp b/DDDigi/src/DigiKernel.cpp
|
||||||
index f2c2e86c..f168ef9b 100644
|
index f2c2e86c..f168ef9b 100644
|
||||||
--- a/DDDigi/src/DigiKernel.cpp
|
--- a/DDDigi/src/DigiKernel.cpp
|
||||||
+++ b/DDDigi/src/DigiKernel.cpp
|
+++ b/DDDigi/src/DigiKernel.cpp
|
||||||
@@ -273,7 +273,7 @@ void DigiKernel::submit(const DigiAction::Actors<DigiEventAc
|
@@ -273,7 +273,7 @@ void DigiKernel::submit(const DigiAction::Actors<DigiEventAction>& actions, Digi
|
||||||
tion>& actions, Digi
|
|
||||||
if ( parallel ) {
|
if ( parallel ) {
|
||||||
tbb::task_group que;
|
tbb::task_group que;
|
||||||
for ( auto* i : actions )
|
for ( auto* i : actions )
|
||||||
|
|
Loading…
Reference in a new issue