Skip to content

Commit

Permalink
Fix wrongly formatted core team list
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Nov 28, 2023
1 parent d80bdcf commit 41212a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rootx/src/rootcoreteam.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
namespace ROOT {
namespace ROOTX {

const char *gROOTCoreTeam[] = {\n "Rene Brun",
const char *gROOTCoreTeam[] = {
"Rene Brun",
"Fons Rademakers",
"Philippe Canal",
"Axel Naumann",
Expand All @@ -28,7 +29,8 @@ const char *gROOTCoreTeam[] = {\n "Rene Brun",
"Timur Pocheptsov",
"Stephan Hageboeck",
"Matevz Tadel",
"Enric Tejedor Saavedra",\n 0\n };
"Enric Tejedor Saavedra",
0 };

} // namespace ROOTX
} // namespace ROOT
Expand Down

0 comments on commit 41212a8

Please sign in to comment.