From c670317f639ecadd442a3c94bc5aaf5128cc34f9 Mon Sep 17 00:00:00 2001 From: ashlaban <ketost@gmail.com> Date: Tue, 9 Jan 2018 15:34:03 +0100 Subject: [PATCH] Fix clang-format --- tutorials/tmva/TMVAMinimalClassification.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/tmva/TMVAMinimalClassification.C b/tutorials/tmva/TMVAMinimalClassification.C index 0e6fc4c7ca6..4cc881c1d3d 100644 --- a/tutorials/tmva/TMVAMinimalClassification.C +++ b/tutorials/tmva/TMVAMinimalClassification.C @@ -40,7 +40,7 @@ // seed Seed for random number generator. Use `seed=0` for random // seed. // Returns a TTree ready to be used as input to TMVA. -// +// TTree *genTree(Int_t nPoints, Double_t offset, Double_t scale, UInt_t seed = 100) { TRandom rng(seed); -- GitLab