OSDN Git Service

2011-02-01 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / profile / impl / profiler_hash_func.h
index b02f453..9f6c641 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 //
-// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the terms
@@ -28,7 +28,7 @@
 // reasons why the executable file might be covered by the GNU General
 // Public License.
 
-/** @file profile/impl/profiler_trace.h
+/** @file profile/impl/profiler_hash_func.h
  *  @brief Data structures to represent profiling traces.
  */
 
@@ -50,15 +50,15 @@ namespace __gnu_profile
   public:
     __hashfunc_info()
     : _M_longest_chain(0), _M_accesses(0), _M_hops(0) { }
-  
+
     __hashfunc_info(const __hashfunc_info& __o)
-      : __object_info_base(__o), _M_longest_chain(__o._M_longest_chain),
-       _M_accesses(__o._M_accesses), _M_hops(__o._M_hops) { }
-  
+    : __object_info_base(__o), _M_longest_chain(__o._M_longest_chain),
+      _M_accesses(__o._M_accesses), _M_hops(__o._M_hops) { }
+
     __hashfunc_info(__stack_t __stack)
-    : __object_info_base(__stack),
-      _M_longest_chain(0), _M_accesses(0), _M_hops(0) { }
+    : __object_info_base(__stack), _M_longest_chain(0),
+      _M_accesses(0), _M_hops(0) { }
+
     virtual ~__hashfunc_info() { }
 
     void