Remove .gitignore do nothing is ignored.
[synfig.git] / ETL / trunk / ETL / clock
index 76a694e..2457b6c 100644 (file)
@@ -22,8 +22,8 @@
 
 /* === S T A R T =========================================================== */
 
-#ifndef __CLOCK__
-#define __CLOCK__
+#ifndef __ETL__CLOCK__
+#define __ETL__CLOCK__
 
 /* === H E A D E R S ======================================================= */
 
@@ -51,7 +51,7 @@
 
 // If we could not find ourselves a better
 // clock description, go ahead and use the
-// standard clock() implementation. 
+// standard clock() implementation.
 // (Better than nothing...)
 #include "_clock_system.h"
 #ifndef ETL_CLOCK_DEFAULT_DESC_CLASS
@@ -80,7 +80,7 @@ _ETL_BEGIN_NAMESPACE
        #else
                #warning No realtime clock description found.
        #endif
-       
+
 #else
        class clock : public _ETL::clock_base<ETL_CLOCK_DEFAULT_DESC_CLASS> { };
        #ifdef ETL_CLOCK_PROCTIME_DESC_CLASS