only:code style

This commit is contained in:
rusefi 2023-11-05 18:12:55 -05:00
parent d2f614bb20
commit f22b77b570
1 changed files with 1 additions and 4 deletions

View File

@ -22,8 +22,7 @@
* @{
*/
#ifndef _TEST_H_
#define _TEST_H_
#pragma once
/**
* @brief Delay inserted between test cases.
@ -168,6 +167,4 @@ extern void * ROMCONST wa[];
extern bool test_timer_done;
#endif
#endif /* _TEST_H_ */
/** @} */