formatting
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 12s

This commit is contained in:
2025-04-09 18:20:58 +02:00
parent c32732b22e
commit 7c8639b8ae
3 changed files with 9 additions and 10 deletions

View File

@ -23,7 +23,7 @@ typedef struct __attribute__((packed)) {
#ifdef __cplusplus
class Pattern {
patternParameters *pat = new patternParameters{};
std::ostream& stream(std::ostream &os) const;
std::ostream &stream(std::ostream &os) const;
public:
Pattern();