]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Indentation fixed.
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 25 Aug 2009 16:24:46 +0000 (16:24 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 25 Aug 2009 16:24:46 +0000 (16:24 +0000)
STEER/AliGRPPreprocessor.cxx

index ae35429dc85b915e5373936e97d1834b96d1a871..5033d865ed411567c1a261762f5389015c7dd828 100644 (file)
@@ -1312,8 +1312,8 @@ Float_t* AliGRPPreprocessor::ProcessFloatAllMagnet(const TObjArray* array, Int_t
                AliDCSValue *v = (AliDCSValue *)array->At(i);
                if ((v->GetFloat() <= fminFloat) || (v->GetFloat() >= fmaxFloat)) {
                        AliError(Form("Error! Float value found in DCS map at %d-th entry is OUT OF RANGE: value = %6.5e",i,v->GetFloat()));
-if (v->GetFloat() < fminFloat) AliInfo(Form("The value is smaller than %6.5e",fminFloat));
-if (v->GetFloat() > fmaxFloat) AliInfo(Form("The value is greater than %6.5e",fmaxFloat));
+                       if (v->GetFloat() < fminFloat) AliInfo(Form("The value is smaller than %6.5e",fminFloat));
+                       if (v->GetFloat() > fmaxFloat) AliInfo(Form("The value is greater than %6.5e",fmaxFloat));
                        return NULL;
                }
                if(((Int_t)(v->GetTimeStamp()) >= (Int_t)GetStartTimeDCSQuery()) &&((Int_t)(v->GetTimeStamp()) <= (Int_t)GetEndTimeDCSQuery())) {