mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
clang-format
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
#include <semaphore.h>
|
||||
#include <vector>
|
||||
|
||||
namespace sls{
|
||||
namespace sls {
|
||||
|
||||
/** Circular Fifo (a.k.a. Circular Buffer)
|
||||
* Thread safe for one reader, and one writer */
|
||||
@ -130,4 +130,4 @@ size_t CircularFifo<Element>::increment(size_t i) const {
|
||||
return i;
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace sls
|
@ -4,9 +4,8 @@
|
||||
|
||||
class ClientInterface;
|
||||
|
||||
namespace sls
|
||||
{
|
||||
|
||||
namespace sls {
|
||||
|
||||
class Receiver : private virtual slsDetectorDefs {
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user