Skip to content

Commit 31b9d72

Browse files
committed
clang
1 parent 21e1640 commit 31b9d72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

EventVisualisation/Workflow/src/EveWorkflowHelper.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -524,11 +524,11 @@ void EveWorkflowHelper::save(const std::string& jsonPath, const std::string& ext
524524
FileProducer producer(jsonPath, ext);
525525
producer.reduceNumberOfFiles(numberOfFiles);
526526
Location location({.fileName = producer.newFileName(),
527-
.port = receiverPort,
528-
.timeout = receiverTimeout,
529-
.host = receiverHostname,
530-
.toFile = !useOnlySockets,
531-
.toSocket = !useOnlyFiles});
527+
.port = receiverPort,
528+
.timeout = receiverTimeout,
529+
.host = receiverHostname,
530+
.toFile = !useOnlySockets,
531+
.toSocket = !useOnlyFiles});
532532
VisualisationEventSerializer::getInstance(ext)->toFile(mEvent, location);
533533
}
534534

0 commit comments

Comments
 (0)