[RF] Fix warning in RooVectorDataStore::RealFullVector schema evolution
This is a follow-up to 82d17fb6, fixing these warnings seen in the nightlies (Ubuntu 20.04): https://lcgapp-services.cern.ch/root-jenkins/view/ROOT%20Nightly/job/root-nightly-master/LABEL=ROOT-ubuntu2004-clang,SPEC=soversion,V=master/lastBuild/parsed_console/ ``` /home/sftnight/build/night/LABEL/ROOT-ubuntu2004-clang/SPEC/soversion/V/master/build/roofit/roofitcore/G__RooFitCore.cxx:8047:11: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] if(onfile._vecEL) _vecEL = *onfile._vecEL; \ ^ /home/sftnight/build/night/LABEL/ROOT-ubuntu2004-clang/SPEC/soversion/V/master/build/roofit/roofitcore/G__RooFitCore.cxx:8046:7: note: previous statement is here if(onfile._vecE) _vecE = *onfile._vecE; \ ^ /home/sftnight/build/night/LABEL/ROOT-ubuntu2004-clang/SPEC/soversion/V/master/build/roofit/roofitcore/G__RooFitCore.cxx:8048:11: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] if(onfile._vecEH) _vecEH = *onfile._vecEH; ^ /home/sftnight/build/night/LABEL/ROOT-ubuntu2004-clang/SPEC/soversion/V/master/build/roofit/roofitcore/G__RooFitCore.cxx:8047:11: note: previous statement is here if(onfile._vecEL) _vecEL = *onfile._vecEL; \ ^ ```
Please register or sign in to comment