Skip to content

Commit f650de2

Browse files
Address cpp code check errors in StandardCCDBLoader
1 parent 454ae0c commit f650de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Tools/StandardCCDBLoader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class StandardCCDBLoader
9090
} else {
9191
LOGF(info, "GRPMagField object returned nullptr, will attempt alternate method");
9292

93-
o2::parameters::GRPObject* grpo = 0x0;
93+
o2::parameters::GRPObject* grpo = nullptr;
9494
grpo = ccdb->template getForRun<o2::parameters::GRPObject>(cGroup.grpPath.value, currentRunNumber);
9595
if (!grpo) {
9696
LOG(fatal) << "Alternate path failed! Got nullptr from CCDB for path " << cGroup.grpPath << " of object GRPObject for run " << currentRunNumber;

0 commit comments

Comments
 (0)