From ca448e09d47c77e8327292b2c3d95c5b341bbfa0 Mon Sep 17 00:00:00 2001
From: Paul Russo <russo@fnal.gov>
Date: Mon, 12 May 2008 22:27:12 +0000
Subject: [PATCH] Fix Philippe's typo

git-svn-id: http://root.cern.ch/svn/root/trunk@23803 27541ba8-7e3a-0410-8455-c3a389f83636
---
 cint/reflex/src/NameLookup.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cint/reflex/src/NameLookup.cxx b/cint/reflex/src/NameLookup.cxx
index cc8b5c33b1b..fe9d847ae09 100644
--- a/cint/reflex/src/NameLookup.cxx
+++ b/cint/reflex/src/NameLookup.cxx
@@ -128,7 +128,7 @@ template<class T> T Reflex::NameLookup::Lookup(bool isTemplateExpanded /* = fals
                         // this is Double32_t or Float16_t
                         type = type.FinalType();
                      }
-		     tmp << type.Name(Reflex::SCOPED|Reflex::QUALIFIED) );
+		     tmp << type.Name(Reflex::SCOPED|Reflex::QUALIFIED);
                   } else {
                      tmp << arg;
                   }
-- 
GitLab