autoformat all sources

This commit is contained in:
2024-04-24 22:31:09 +02:00
parent e4a73556d6
commit 70dda97ae2
16 changed files with 746 additions and 752 deletions

View File

@ -35,18 +35,16 @@ typedef struct
typedef struct
{
long msg_queue_type;
long msg_queue_type;
t_driveData driveData;
} t_msgQueueData;
class Printer
{
protected:
public:
static Printer* getPrinter();
void print(Drive* drive);
static Printer *getPrinter();
void print(Drive *drive);
private:
static bool instanceFlag;
@ -54,7 +52,5 @@ private:
int msqid;
Printer();
~Printer();
};
#endif // PRINTER_H_
#endif // PRINTER_H_