autoformat all sources
This commit is contained in:
@ -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_
|
Reference in New Issue
Block a user