sim:fixed some style issues
Change-Id: I0832a8b68e802e9671b755d3a71fd9c8f17e1648
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user