$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52476 - trunk/boost/pending
From: jewillco_at_[hidden]
Date: 2009-04-18 21:56:04
Author: jewillco
Date: 2009-04-18 21:56:03 EDT (Sat, 18 Apr 2009)
New Revision: 52476
URL: http://svn.boost.org/trac/boost/changeset/52476
Log:
Fixed tab
Text files modified: 
   trunk/boost/pending/fibonacci_heap.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/pending/fibonacci_heap.hpp
==============================================================================
--- trunk/boost/pending/fibonacci_heap.hpp	(original)
+++ trunk/boost/pending/fibonacci_heap.hpp	2009-04-18 21:56:03 EDT (Sat, 18 Apr 2009)
@@ -193,7 +193,7 @@
         }
         if (_mark[p] == false) {
           _mark[p] = true;
-	  --_degree[p];
+          --_degree[p];
           break;
         } else
           --_degree[p];