Skip to content

Commit 4d4ab62

Browse files
committed
Refs #24616. Uncrustify.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 86923e9 commit 4d4ab62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/cpp/Cdr.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ Cdr& Cdr::read_encapsulation()
275275
}
276276
break;
277277
default:
278-
throw BadParamException("Unexpected encoding algorithm received in Cdr::read_encapsulation for DDS CDR");
278+
throw BadParamException(
279+
"Unexpected encoding algorithm received in Cdr::read_encapsulation for DDS CDR");
279280
}
280281
reset_callbacks();
281282

0 commit comments

Comments
 (0)