Skip to content

Commit

Permalink
removed white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gianipez committed Apr 30, 2024
1 parent a6be539 commit d99670e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mu2eUtilities/inc/ManagedList.hh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//-----------------------------------------------------------------------------
// P.Murat : a templated, light-weight, and "crippled" version of TClonesArray
// assumptions:
// - class T has an initialization method, say, T::Init, which properly reinitializes
// - class T has an initialization method, say, T::Init, which properly reinitializes
// an object allocated before
// - an object of class T owns all its pointers (if any) and T::Init handles them correctly
// - class T has a constructor T(int N), where N is the element index in the list
//
// if those assumptions hold, a call to ManagedList::clear() 'empties' the list
//
// if those assumptions hold, a call to ManagedList::clear() 'empties' the list
// without reallocating the memory
//-----------------------------------------------------------------------------
#ifndef __Mu2eUtilities_ManagedList_hh
Expand Down

0 comments on commit d99670e

Please sign in to comment.