From: decaro Date: Fri, 18 May 2007 13:08:57 +0000 (+0000) Subject: Coding convention: RS1 violation -> suppression X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=7694c54299e3748ba801d57707bc68d31559aab8 Coding convention: RS1 violation -> suppression --- diff --git a/TOF/AliTOFDecoder.cxx b/TOF/AliTOFDecoder.cxx index af3fc53d472..41359e22523 100644 --- a/TOF/AliTOFDecoder.cxx +++ b/TOF/AliTOFDecoder.cxx @@ -15,6 +15,12 @@ /* $Log$ +Revision 1.3 2007/05/08 11:56:05 arcelli +improved verbosity in verbose mode (R.Preghenella) + +Revision 1.2 2007/05/03 11:34:43 decaro +Coding convention: RS1 violation -> suppression + Revision 1.1 2007/04/27 11:00:32 arcelli TOF Raw Data decoder @@ -22,13 +28,13 @@ TOF Raw Data decoder */ -/********************************************************************* - * * - * * - * Class for raw data decoding * - * * - * * - ********************************************************************/ +////////////////////////////////////////////////////////////////////// +// // +// // +// Class for raw data decoding // +// // +// // +//////////////////////////////////////////////////////////////////////