gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Fix the incorrect tab replacements of unify-sources.sh
0 11 0
default
11 files changed with 0 insertions and 10 deletions:
↑ Collapse diff ↑
Show white space 24 line context
... ...
@@ -240,22 +240,12 @@
240 240
#      define LEMON_DEBUG(exp, msg)
241 241
         (static_cast<void> (!!(exp) ? 0 : (         \
242 242
           LEMON_ASSERT_HANDLER(__FILE__, __LINE__,  \
243 243
                                LEMON_FUNCTION_NAME, \
244 244
                                ::lemon::_assert_bits::cstringify(msg),     \
245 245
                                #exp), 0)))
246 246
#    else
247 247
#      define LEMON_DEBUG(exp, msg) (static_cast<void>(0))
248 248
#    endif
249 249
#  endif
250 250

	
251 251
#endif
252

	
253
#ifdef DOXYGEN
254

	
255

	
256
#else
257

	
258

	
259
#endif
260

	
261

	
0 comments (0 inline)