Fixed endif and namespace ending mismatch (#74)

This commit is contained in:
mchodzikiewicz 2018-05-10 17:07:22 +02:00 committed by John Wellbelove
parent 1c3ac08b78
commit c1a2213a58

View File

@ -123,14 +123,6 @@ namespace etl
int32_t count;
};
#else
#define ETL_DECLARE_DEBUG_COUNT
#define ETL_INCREMENT_DEBUG_COUNT
#define ETL_DECREMENT_DEBUG_COUNT
#define ETL_ADD_DEBUG_COUNT(n)
#define ETL_SUBTRACT_DEBUG_COUNT(n)
#define ETL_RESET_DEBUG_COUNT
#endif // ETL_DEBUG_COUNT
}
#else