used clang-formating

This commit is contained in:
2025-03-11 16:32:31 +01:00
parent 23aa9c2814
commit 8d87a6ee4e
4 changed files with 35 additions and 32 deletions

View File

@ -915,10 +915,10 @@ void Implementation::CreateUDPSockets() {
}
void Implementation::SetupWriter() {
try {
//check if filePath empty and throw error
if(filePath.empty()){
// check if filePath empty and throw error
if (filePath.empty()) {
throw ReceiverError("File path cannot be empty");
}
// check if folder exists and throw if it cant create