From 59887a3f4bc40667964e224d77f83e4551d03baf Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 3 Jun 2014 04:18:49 +0200 Subject: Removing tabs. --- includes/Exceptions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/Exceptions.h') diff --git a/includes/Exceptions.h b/includes/Exceptions.h index 53c4949..2b20e1e 100644 --- a/includes/Exceptions.h +++ b/includes/Exceptions.h @@ -131,10 +131,10 @@ static inline void TestHelper(const String & msg) throw (TestException) { template ClassName::ClassName(T * ptr) { #ifdef _MSC_VER - m_demangled = strdup(typeid(*ptr).name()); + m_demangled = strdup(typeid(*ptr).name()); #else - int status; - m_demangled = abi::__cxa_demangle(typeid(*ptr).name(), 0, 0, &status); + int status; + m_demangled = abi::__cxa_demangle(typeid(*ptr).name(), 0, 0, &status); #endif } -- cgit v1.2.3