epoc32/include/stdapis/stlportv5/stl/_tempbuf.c
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
     1.1 --- a/epoc32/include/stdapis/stlportv5/stl/_tempbuf.c	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/stdapis/stlportv5/stl/_tempbuf.c	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -10,13 +10,13 @@
     1.4   * Copyright (c) 1997
     1.5   * Moscow Center for SPARC Technology
     1.6   *
     1.7 - * Copyright (c) 1999 
     1.8 + * Copyright (c) 1999
     1.9   * Boris Fomitchev
    1.10   *
    1.11   * This material is provided "as is", with absolutely no warranty expressed
    1.12   * or implied. Any use is at your own risk.
    1.13   *
    1.14 - * Permission to use or copy this software for any purpose is hereby granted 
    1.15 + * Permission to use or copy this software for any purpose is hereby granted
    1.16   * without fee, provided the above notices are retained on all copies.
    1.17   * Permission to modify the code and to distribute modified code is granted,
    1.18   * provided the above notices are retained, and a notice that the code was
    1.19 @@ -33,7 +33,7 @@
    1.20  _STLP_BEGIN_NAMESPACE
    1.21  
    1.22  template <class _Tp>
    1.23 -pair<_Tp*, ptrdiff_t> _STLP_CALL 
    1.24 +pair<_Tp*, ptrdiff_t> _STLP_CALL
    1.25  __get_temporary_buffer(ptrdiff_t __len, _Tp*)
    1.26  {
    1.27    if (__len > ptrdiff_t(INT_MAX / sizeof(_Tp)))