Enable $Id$ expansion.
[synfig.git] / ETL / trunk / ETL / _gaussian.h
index f60b887..7f49467 100644 (file)
@@ -1,7 +1,7 @@
 /*! ========================================================================
 ** Extended Template Library
 ** Gaussian Blur Template Implementation
-** $Id: _gaussian.h,v 1.1.1.1 2005/01/04 01:31:47 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
@@ -209,7 +209,7 @@ gaussian_blur_3(I begin, I end, bool endpts = true)
                if(iter!=begin && ( endpts || (prev != begin) ))
                        *prev=(Tmp1)/4;
        }
-       
+
        if(endpts)
        {
                Tmp1=*prev;