]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/signals/detail/named_slot_map.hpp
Update to latest from boost 1.34.x branch
[lyx.git] / boost / boost / signals / detail / named_slot_map.hpp
index 3592f4c1d672fb298b96cf4601a5b8f0aa74e504..c13bf0b6878318bdff19b827d1ddb6c71e4fa226 100644 (file)
@@ -123,8 +123,8 @@ public:
   }
   bool equal(const named_slot_map_iterator& other) const {
     return (group == other.group
-           && (group == last_group
-               || slot_ == other.slot_));
+        && (group == last_group
+        || slot_ == other.slot_));
   }
 
 #if BOOST_WORKAROUND(_MSC_VER, <= 1400)