]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/filesystem/detail/macro_value.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / filesystem / detail / macro_value.hpp
index 2c4a16a628e62ab98a691bd4651d8fae89aad1c0..5bda7a31e716fb8855f5601378aa8cf0d81c3a50 100644 (file)
@@ -1,17 +1,17 @@
 //  boost/filesystem/detail/macro_value.hpp  -------------------------------------------//
 
-//  (C) Copyright John Maddock 2001 - 2003 
-//  (C) Copyright Jens Maurer 2001 
-//  (C) Copyright Peter Dimov 2001 
-//  (C) Copyright Darin Adler 2001 
-//  (C) Copyright Beman Dawes 2002 
+//  (C) Copyright John Maddock 2001 - 2003
+//  (C) Copyright Jens Maurer 2001
+//  (C) Copyright Peter Dimov 2001
+//  (C) Copyright Darin Adler 2001
+//  (C) Copyright Beman Dawes 2002
 
 //  Distributed under the Boost Software License, Version 1.0.
 //  See http://www.boost.org/LICENSE_1_0.txt
 
 //  Library home page: http://www.boost.org/libs/filesystem
 
-//--------------------------------------------------------------------------------------// 
+//--------------------------------------------------------------------------------------//
 
 #ifndef BOOST_FILESYSTEM_MACRO_VALUE_HPP
 #define BOOST_FILESYSTEM_MACRO_VALUE_HPP
@@ -32,7 +32,7 @@ namespace boost
       BOOST_ASSERT_MSG(name, "name argument must not be a null pointer");
       BOOST_ASSERT_MSG(value, "value argument must not be a null pointer");
 
-      return strcmp(name, value + 1) 
+      return strcmp(name, value + 1)
         ? ((*value && *(value+1)) ? (value+1) : no_value)
         : not_defined; // name == value+1 so the macro is not defined
     }