From 4a4f2479146aa33e235ed57cde311efda68d3c8f Mon Sep 17 00:00:00 2001 From: Hubert Jarosz Date: Wed, 9 Mar 2016 00:00:52 +0100 Subject: remove trailing whitespace --- core/res_ptr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/res_ptr.cpp') diff --git a/core/res_ptr.cpp b/core/res_ptr.cpp index 11312b802..2fada627e 100644 --- a/core/res_ptr.cpp +++ b/core/res_ptr.cpp @@ -53,7 +53,7 @@ RefPtr::RefPtr(const RefPtr& p_other) { Ref *ref = reinterpret_cast*>( &data[0] ); Ref *ref_other = reinterpret_cast*>( const_cast(&p_other.data[0]) ); - + *ref = *ref_other; } -- cgit v1.2.3-70-g09d2