From 4bdde32b874e88e044e1947f27257ee3040cdbb3 Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Sat, 19 Jan 2008 18:19:50 +0000
Subject: [PATCH] Fix coding conventions

git-svn-id: http://root.cern.ch/svn/root/trunk@21783 27541ba8-7e3a-0410-8455-c3a389f83636
---
 io/src/TGenCollectionStreamer.cxx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/io/src/TGenCollectionStreamer.cxx b/io/src/TGenCollectionStreamer.cxx
index 04c7663a26b..e54510aac12 100644
--- a/io/src/TGenCollectionStreamer.cxx
+++ b/io/src/TGenCollectionStreamer.cxx
@@ -319,6 +319,8 @@ void TGenCollectionStreamer::ReadPairFromMap(int nElements, TBuffer &b)
 
 void TGenCollectionStreamer::ReadMapHelper(StreamHelper *i, Value *v, Bool_t vsn3,  TBuffer &b)
 {
+   // helper class to read std::map
+   
    float f;
 
    switch (v->fCase) {
-- 
GitLab