code style

This commit is contained in:
Andrey 2023-09-13 22:59:44 -04:00
parent 29c23633e2
commit 0ae8bdc188
1 changed files with 1 additions and 4 deletions

View File

@ -10,8 +10,7 @@
*
*/
#ifndef FIFO_BUFFER_H
#define FIFO_BUFFER_H
#pragma once
#include "cyclic_buffer.h"
@ -155,5 +154,3 @@ protected:
threads_queue_t q_waiting;
#endif // EFI_UNIT_TEST
};
#endif /* FIFO_BUFFER_H */