Index: src/include/cassert
===================================================================
--- src/include/cassert	(revision f1a4ccb35db9f7f4bd526c76c57213955bf2b43a)
+++ src/include/cassert	(revision 696bf6e3935621cd7858ed21fbc4288c10b2dafb)
@@ -31,7 +31,7 @@
 	__ASSERT_FUNCTION, fmt, ## __VA_ARGS__ ))
 
-void __assert_fail_f( 	const char *assertion, const char *file, 
-						unsigned int line, const char *function, 
-						const char *fmt, ... 
+void __assert_fail_f( 	const char *assertion, const char *file,
+						unsigned int line, const char *function,
+						const char *fmt, ...
 	) __attribute__((noreturn, format(printf, 5, 6)));
 
@@ -39,5 +39,5 @@
 
 template<typename T, typename U>
-static inline T safe_dynamic_cast( const U & src ) {
+static inline T strict_dynamic_cast( const U & src ) {
 	T ret = dynamic_cast<T>(src);
 	assert(ret);
