From 6cd8cc0b3461df48269fac24aad474154fb040b2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 15 Nov 2012 17:29:09 +0000 Subject: include: tabs over spaces git-svn-id: http://svn.miranda-ng.org/main/trunk@2317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_system_cpp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/m_system_cpp.h') diff --git a/include/m_system_cpp.h b/include/m_system_cpp.h index 2e71c4dcff..67b5a243d5 100644 --- a/include/m_system_cpp.h +++ b/include/m_system_cpp.h @@ -119,10 +119,10 @@ template struct LIST __inline int getCount(void) const { return count; } __inline T** getArray(void) const { return items; } - __inline LIST(const LIST& x) - { items = NULL; - List_Copy((SortedList*)&x, (SortedList*)this, sizeof(T)); - } + __inline LIST(const LIST& x) + { items = NULL; + List_Copy((SortedList*)&x, (SortedList*)this, sizeof(T)); + } __inline LIST& operator = (const LIST& x) { destroy(); -- cgit v1.2.3