Remove .gitignore do nothing is ignored.
[synfig.git] / ETL / trunk / ETL / _hermite.h
index 27a5fb6..f55ceb8 100644 (file)
@@ -1,7 +1,7 @@
 /*! ========================================================================
 ** Extended Template Library
 ** Hermite Template Class Implementation
-** $Id: _hermite.h,v 1.1.1.1 2005/01/04 01:31:47 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
@@ -24,8 +24,8 @@
 
 /* === S T A R T =========================================================== */
 
-#ifndef __ETL_HERMITE_H
-#define __ETL_HERMITE_H
+#ifndef __ETL__HERMITE_H
+#define __ETL__HERMITE_H
 
 /* === H E A D E R S ======================================================= */
 
@@ -95,10 +95,10 @@ class hermite : public hermite_base<T>
 public:
        typedef T value_type;
        typedef float time_type;
-       
-       
 
-public:        
+
+
+public:
        hermite() { }
        hermite(const value_type &p1, const value_type &p2, const value_type &t1, const value_type &t2):
        P1(p1),P2(p2),T1(t1),T2(t2) { sync(); }