remove STATS code alternative
[libfirm] / include / libfirm / begin.h
index 29c5b31..0b4c537 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief       Should be included in all public firm headers at the beginning
  * @author      Matthias Braun
- * @version     $Id$
  */
 #ifndef FIRM_BEGIN_H
 #define FIRM_BEGIN_H
@@ -50,9 +49,9 @@
 #endif
 
 #ifdef __cplusplus
-#      define FIRM_NOTHROW throw ()
+# define FIRM_NOTHROW throw ()
 #else
-#      define FIRM_NOTHROW
+# define FIRM_NOTHROW
 #endif
 
 /**
@@ -61,9 +60,9 @@
  * string and variadic argument.
  */
 #if defined(__GNUC__)
-#      define FIRM_PRINTF(a,b) __attribute__((__format__(__printf__, a, b)))
+# define FIRM_PRINTF(a,b) __attribute__((__format__(__printf__, a, b)))
 #else
-#      define FIRM_PRINTF(a,b)
+# define FIRM_PRINTF(a,b)
 #endif
 
 #endif