Index: trunk/MagicSoft/Mars/manalysis/MGeomApply.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MGeomApply.cc	(revision 3051)
+++ trunk/MagicSoft/Mars/manalysis/MGeomApply.cc	(revision 3052)
@@ -119,16 +119,15 @@
     MPedestalCam *ped = (MPedestalCam*)pList->FindObject(AddSerialNumber("MPedestalCam"));
     if (ped)
-        ped->InitSize(cam->GetNumPixels());
+      ped->InitSize(cam->GetNumPixels());
 
 
     MCalibrationCam *cal = (MCalibrationCam*)pList->FindObject(AddSerialNumber("MCalibrationCam"));
     if (cal)
-        cal->InitSize(cam->GetNumPixels());
+      cal->InitSize(cam->GetNumPixels());
 
 
     MPedPhotCam *pedphot = (MPedPhotCam*)pList->FindObject(AddSerialNumber("MPedPhotCam"));
     if (pedphot)
-        pedphot->InitSize(cam->GetNumPixels());
-
+      pedphot->InitSize(cam->GetNumPixels());
 
     MExtractedSignalCam *ext = (MExtractedSignalCam*)pList->FindObject(AddSerialNumber("MExtractedSignalCam"));
@@ -138,9 +137,9 @@
     MBlindPixels *bnd = (MBlindPixels*)pList->FindObject(AddSerialNumber("MBlindPixels"));
     if (bnd)
-        bnd->InitSize(cam->GetNumPixels());
+      bnd->InitSize(cam->GetNumPixels());
 
     MArrivalTime *tme = (MArrivalTime*)pList->FindObject(AddSerialNumber("MArrivalTime"));
     if (tme)
-        tme->InitSize(cam->GetNumPixels());
+      tme->InitSize(cam->GetNumPixels());
 
     return kTRUE;
