code style

This commit is contained in:
rusefi 2020-03-23 00:00:11 -04:00
parent d3071ea348
commit ce1a11ead5
1 changed files with 1 additions and 4 deletions

View File

@ -5,8 +5,7 @@
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#ifndef UTIL_CONTAINERS_COUNTER64_H_
#define UTIL_CONTAINERS_COUNTER64_H_
#pragma once
#include "global.h"
@ -30,5 +29,3 @@ class Overflow64Counter
State64 state;
};
#endif /* UTIL_CONTAINERS_COUNTER64_H_ */