mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
clang-format
This commit is contained in:
@ -39,7 +39,7 @@ void read_int(Interface &socket) {
|
||||
std::cout << "Read <int>: " << i << "\n";
|
||||
}
|
||||
|
||||
void read_combined(Interface &socket){
|
||||
void read_combined(Interface &socket) {
|
||||
auto i = socket.Receive<int>();
|
||||
auto d = socket.Receive<double>();
|
||||
auto f = socket.Receive<float>();
|
||||
|
Reference in New Issue
Block a user