From cf8d465cde875b2e2877c730a00f65ee58c9de2b Mon Sep 17 00:00:00 2001 From: tempate Date: Wed, 22 Nov 2023 09:07:44 +0100 Subject: [PATCH] Uncrustify Signed-off-by: tempate --- ddsrecorder/src/cpp/tool/DdsRecorder.cpp | 2 +- docs/rst/notes/forthcoming_version.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ddsrecorder/src/cpp/tool/DdsRecorder.cpp b/ddsrecorder/src/cpp/tool/DdsRecorder.cpp index 0139e825c..f25b95e48 100644 --- a/ddsrecorder/src/cpp/tool/DdsRecorder.cpp +++ b/ddsrecorder/src/cpp/tool/DdsRecorder.cpp @@ -34,7 +34,7 @@ DdsRecorder::DdsRecorder( const yaml::RecorderConfiguration& configuration, const DdsRecorderStateCode& init_state, const std::string& file_name) - : configuration_(configuration) + : configuration_(configuration) { // Create Discovery Database discovery_database_ = std::make_shared(); diff --git a/docs/rst/notes/forthcoming_version.rst b/docs/rst/notes/forthcoming_version.rst index 9ade025c4..a9b30ace3 100644 --- a/docs/rst/notes/forthcoming_version.rst +++ b/docs/rst/notes/forthcoming_version.rst @@ -31,5 +31,5 @@ Next release will include the following **DDS Recorder tool configuration featur Next release will include the following **DDS Replayer tool configuration features**: * New configuration option (``topics``) to configure the :ref:`Manual Topics `. -* New configuration option (``max-tx-rate``) to configure the :ref:`Max transmission rate `. +* New configuration option (``max-tx-rate``) to configure the :ref:`Max transmission rate `. * Remove the support for `Built-in Topics `_.