Skip to content
Snippets Groups Projects
Commit 29bdcbba authored by Gitlab CI's avatar Gitlab CI Committed by Gerhard Raven
Browse files

Fixed formatting

patch generated by https://gitlab.cern.ch/lhcb/Phys/-/jobs/17974981

Moved from Phys@1352655b
parent b27f7c00
No related branches found
No related tags found
2 merge requests!3702merge counter decoder into Louis' original branch,!3394More ADL support for ThOr
......@@ -58,7 +58,7 @@ struct ParticleCombination {
/** @brief Number of children stroed in the combination
*/
int numChildren() const { return sizeof...(InputTypes);}
int numChildren() const { return sizeof...( InputTypes ); }
/** @brief Squared-magnitude of the four momentum sum of the children.
*/
Combination::details::fp mom2() const {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment