Ignore:
Timestamp:
01/13/17 09:02:20 (8 years ago)
Author:
(none)
Message:
WS: correct indentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FACT++_part_filenames/src/EventBuilderWrapper.h

    r18630 r18733  
    576576        case FAD::kFits:    file = new DataWriteFits2(fPath, night, runid, fMsg); break;
    577577        case FAD::kZFits:   file = new DataWriteFits2(fPath, night, runid, *evt.runCtrl->calib, fMsg); break;
    578         case FAD::kRaw:     file = new DataWriteRaw(fPath, night, runid, fMsg); break;
    579         case FAD::kCalib:   file = new DataCalib(fPath, night, runid, *evt.runCtrl->calib, fDimDrsCalibration, fDimDrsRuns, fMsg); break;
     578              case FAD::kRaw:     file = new DataWriteRaw(fPath, night, runid, fMsg); break;
     579              case FAD::kCalib:   file = new DataCalib(fPath, night, runid, *evt.runCtrl->calib, fDimDrsCalibration, fDimDrsRuns, fMsg); break;
    580580        }
    581581
     
    689689        // Now do all the calls which can potentially block (dim)
    690690
    691         CloseRun(fLastClosed); 
     691        CloseRun(fLastClosed);
    692692
    693693        // Time for update events before time for update runs
     
    14311431    {
    14321432        const uint16_t id = h.Id();
    1433         if (id>39) 
     1433        if (id>39)
    14341434            return;
    14351435
Note: See TracChangeset for help on using the changeset viewer.