From 90543b59f34cb529f16888ff7ec430fd5decac44 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 30 Sep 2012 09:48:49 +0000
Subject: [PATCH] pp

---
 Common/onelab.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/onelab.h b/Common/onelab.h
index 329f946a3a..01c354a65d 100644
--- a/Common/onelab.h
+++ b/Common/onelab.h
@@ -640,7 +640,7 @@ namespace onelab{
         T tmp(name);
         typename std::set<T*, parameterLessThan>::iterator it = ps.find(&tmp);
         if(it != ps.end()){
-	  if(client.size()) (*it)->addClient(client);
+          if(client.size()) (*it)->addClient(client);
           p.push_back(**it);
         }
       }
-- 
GitLab