Skip to content

Commit 583025e

Browse files
committed
style
1 parent a1b5018 commit 583025e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/axom/sidre/spio/IOManager.cpp

+4-3
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,10 @@ void IOManager::loadExternalData(sidre::Group* parent_group,
605605
}
606606
else
607607
{
608-
SLIC_WARNING("Path from parent group " << parent_group->getPathName()
609-
<< " to group " << load_group->getPathName()
610-
<< " was not found. No external data will be loaded.");
608+
SLIC_WARNING("Path from parent group "
609+
<< parent_group->getPathName() << " to group "
610+
<< load_group->getPathName()
611+
<< " was not found. No external data will be loaded.");
611612
}
612613

613614
#else

0 commit comments

Comments
 (0)