diff --git a/Geo/GEntity.h b/Geo/GEntity.h
index 6fdc2303556ac7f71251257d2ab2ce9873ab79cb..5bc122a1ed944f673161f4b275d314e6819beb3f 100644
--- a/Geo/GEntity.h
+++ b/Geo/GEntity.h
@@ -186,7 +186,7 @@ class GEntity {
   virtual int containsPoint(const SPoint3 &pt) const { throw; }
 
   // Get the native type of the particular representation
-  virtual ModelType getNativeType() const { return UnknownModel;}
+  virtual ModelType getNativeType() const { return UnknownModel; }
 
   // Get the native pointer of the particular representation
   virtual void * getNativePtr() const { throw; }