From 3d4aff036a9907371f784b5e44e401dc9a083d8c Mon Sep 17 00:00:00 2001
From: Bertrand Bellenot <Bertrand.Bellenot@cern.ch>
Date: Fri, 1 Oct 2010 06:57:12 +0000
Subject: [PATCH] cosmetics

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

diff --git a/gui/gui/src/TGLayout.cxx b/gui/gui/src/TGLayout.cxx
index 8d1495787c1..cab8d15dd85 100644
--- a/gui/gui/src/TGLayout.cxx
+++ b/gui/gui/src/TGLayout.cxx
@@ -1002,7 +1002,7 @@ void TGLayoutHints::SavePrimitive(ostream &out, Option_t * option/*= ""*/)
 
    if (!GetLayoutHints()) return;
    
-   if ((option ==0) || strcmp(option, "nocoma"))
+   if ((option == 0) || strcmp(option, "nocoma"))
       out << ", ";
 
    if ((fLayoutHints == kLHintsNormal) && (pad == 0)) {
-- 
GitLab