From 01bff7038323d617fbc83a39e9072631ccbdd65f Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Wed, 30 Oct 2002 02:07:20 +0000 Subject: fixed spacing in the headers to get rid of some warnings and some other little minor spacing issues. --- intern/memutil/MEM_NonCopyable.h | 1 - intern/memutil/MEM_RefCountPtr.h | 1 + intern/memutil/MEM_RefCounted.h | 2 +- intern/memutil/MEM_RefCountedC-Api.h | 3 ++- intern/memutil/MEM_SmartPtr.h | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) (limited to 'intern/memutil') diff --git a/intern/memutil/MEM_NonCopyable.h b/intern/memutil/MEM_NonCopyable.h index 88284d53803..da67ce6b3e3 100644 --- a/intern/memutil/MEM_NonCopyable.h +++ b/intern/memutil/MEM_NonCopyable.h @@ -56,4 +56,3 @@ private : #endif - diff --git a/intern/memutil/MEM_RefCountPtr.h b/intern/memutil/MEM_RefCountPtr.h index fb563109087..0888ad77e8b 100644 --- a/intern/memutil/MEM_RefCountPtr.h +++ b/intern/memutil/MEM_RefCountPtr.h @@ -292,3 +292,4 @@ private : }; #endif + diff --git a/intern/memutil/MEM_RefCounted.h b/intern/memutil/MEM_RefCounted.h index 3531f700ee3..9cb1e755247 100644 --- a/intern/memutil/MEM_RefCounted.h +++ b/intern/memutil/MEM_RefCounted.h @@ -116,5 +116,5 @@ inline int MEM_RefCounted::decRef() return m_refCount; } +#endif // _H_MEM_REF_COUNTED -#endif // _H_MEM_REF_COUNTED \ No newline at end of file diff --git a/intern/memutil/MEM_RefCountedC-Api.h b/intern/memutil/MEM_RefCountedC-Api.h index abaef47604c..0bba70388c5 100644 --- a/intern/memutil/MEM_RefCountedC-Api.h +++ b/intern/memutil/MEM_RefCountedC-Api.h @@ -87,4 +87,5 @@ extern int MEM_RefCountedDecRef(MEM_TRefCountedObjectPtr shared); } #endif -#endif // _H_MEM_REF_COUNTED_C_API \ No newline at end of file +#endif // _H_MEM_REF_COUNTED_C_API + diff --git a/intern/memutil/MEM_SmartPtr.h b/intern/memutil/MEM_SmartPtr.h index b47b2bdc1a4..93b545d9ced 100644 --- a/intern/memutil/MEM_SmartPtr.h +++ b/intern/memutil/MEM_SmartPtr.h @@ -238,3 +238,4 @@ private : }; #endif + -- cgit v1.2.3