Skip to content

Commit 7841b40

Browse files
committed
fixing formatting and clean up
1 parent f8920a3 commit 7841b40

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

lib/multiport.cc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
//
2-
// Created by revol-xut on 1/9/23.
3-
//
1+
/*
2+
* Copyright (C) 2023 TU Dresden
3+
* All rights reserved.
4+
*
5+
* Authors:
6+
* Tassilo Tanneberger
7+
* Christian Menard
8+
*/
49

510
#include "reactor-cpp/multiport.hh"
611
#include "reactor-cpp/port.hh"
@@ -15,7 +20,6 @@ auto reactor::BaseMultiport::get_set_callback(std::size_t index) noexcept -> rea
1520
};
1621
}
1722

18-
1923
void reactor::BaseMultiport::set_present(std::size_t index) {
2024
auto calculated_index = size_.fetch_add(1, std::memory_order_relaxed);
2125

0 commit comments

Comments
 (0)