Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / smartfile.h
index b40037a..2e21ffc 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file smartfile.h
 **     \brief Template Header
 **
-**     $Id: smartfile.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -42,9 +42,9 @@ struct _FILE_deleter
 {
        void operator()(FILE* x)const { if(x!=stdout && x!=stdin) fclose(x); }
 };
-       
+
 typedef etl::smart_ptr<FILE,_FILE_deleter> SmartFILE;
-       
+
 }; // END of namespace synfig
 
 /* === E N D =============================================================== */