From bb9e7331a651788af73ad07f277e50481272f724 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Fri, 12 Sep 2014 14:12:33 +0200 Subject: [PATCH] Missing newline. --- core/utils/src/rootcling.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils/src/rootcling.cxx b/core/utils/src/rootcling.cxx index 7bb531a..01ad914 100644 --- a/core/utils/src/rootcling.cxx +++ b/core/utils/src/rootcling.cxx @@ -3457,7 +3457,7 @@ std::string GenerateFwdDeclString(const RScanner &scan, buffer, &fwdDecls); if (retCode == 0 && fwdDecls.insert(buffer).second) { - fwdDeclString += "R\"FWDDECL(" + buffer + ")FWDDECL\"\n"; + fwdDeclString += "\nR\"FWDDECL(" + buffer + ")FWDDECL\""; } } -- 1.8.2