]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/engine/modules/set.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / engine / modules / set.cpp
index 77a314d57df377d179a55ceb3ba9e26f1971de70..325f8122025ef75da197b889f0bcc926bd713146 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright Vladimir Prus 2003. Distributed under the Boost */
 /* Software License, Version 1.0. (See accompanying */
-/* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */
+/* file LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) */
 
 #include "../native.h"
 #include "../object.h"
@@ -20,8 +20,8 @@
 LIST *set_difference( FRAME *frame, int flags )
 {
 
-    LIST* b = lol_get( frame->args, 0 );    
-    LIST* a = lol_get( frame->args, 1 );    
+    LIST* b = lol_get( frame->args, 0 );
+    LIST* a = lol_get( frame->args, 1 );
 
     LIST* result = L0;
     LISTITER iter = list_begin( b ), end = list_end( b );