sim:fixed some style issues

Change-Id: I0832a8b68e802e9671b755d3a71fd9c8f17e1648
This commit is contained in:
studyztp
2023-09-05 18:25:33 -07:00
committed by Zhantong Qiu
parent 377c875733
commit e206b16f73

View File

@@ -422,14 +422,12 @@ FDArray::unserialize(CheckpointIn &cp, Process* process_ptr) {
std::string path;
if (process_ptr)
{
if (process_ptr) {
// Check if it is needed to redirect the app path to another host
// path
path = process_ptr->checkPathRedirect(this_ffd->getFileName());
}
else
{
else {
path = this_ffd->getFileName();
}