]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliLoader.cxx
Allowing coding conventions to be checked
[u/mrichter/AliRoot.git] / STEER / AliLoader.cxx
index 5f1b3a5165e92136461fb1fa83fccf0c9e622db4..dadc3ed9b6de474629cf126110d66d23d4a71e74 100644 (file)
@@ -192,7 +192,9 @@ AliDataLoader* AliLoader::GetDataLoader(const char* name)
 /*****************************************************************************/ 
 void AliLoader::AddDataLoader(AliDataLoader* dl)
 {
-
+  //
+  // Adds a data loader
+  //
   if (dl == 0x0)
    {
      Error("AddDataLoader","Pointer is NULL");