Display spaces in layer names: "Time Loop" and "Luma Key".
[synfig.git] / synfig-core / trunk / src / modules / mod_filter / halftone.h
index ee35e26..43d83d0 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file halftone.h
 **     \brief Template Header
 **
-**     $Id: halftone.h,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -52,7 +52,7 @@ public:
        synfig::Angle angle;
 
        float mask(synfig::Point point)const;
-       
+
        float operator()(const synfig::Point &point, const float& intensity, float supersample=0)const;
 };