From ea70e38c34ab6db7b2461c4d5c972d99659a5812 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov <Timur.Pocheptsov@cern.ch> Date: Tue, 11 Mar 2014 19:26:02 +0100 Subject: [PATCH] Remove empty lines. --- rootx/src/rootxx.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rootx/src/rootxx.cxx b/rootx/src/rootxx.cxx index a8b0412cc2b..37ad661fb10 100644 --- a/rootx/src/rootxx.cxx +++ b/rootx/src/rootxx.cxx @@ -364,9 +364,7 @@ static void DrawVersion() #endif std::string version("Version "); - version += ROOT_RELEASE; - - + version += ROOT_RELEASE; XDrawString(gDisplay, gLogoWindow, gGC, gWidth - 90, gHeight - 15, version.data(), version.length()); -- GitLab