Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Feb 5, 2024
1 parent 5712a34 commit f924092
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 254 deletions.
8 changes: 4 additions & 4 deletions compiler/extensions/cpp/runtime/src/zserio/OptionalHolder.h
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,9 @@ class heap_optional_holder : public optional_holder_base<T, heap_optional_holder

/**
* Assigns a new value by forwarding arguments for its constructor
*
*
* \param parameters Constructor arguments to forward
*
*
* \return reference to the created object
*/
template <typename... U>
Expand Down Expand Up @@ -899,9 +899,9 @@ class inplace_optional_holder : public optional_holder_base<T, inplace_optional_

/**
* Assigns a new value by forwarding arguments for its constructor
*
*
* \param parameters Constructor arguments to forward
*
*
* \return reference to the created object
*/
template <typename... U>
Expand Down
Loading

0 comments on commit f924092

Please sign in to comment.