code style
This commit is contained in:
parent
53385c32bb
commit
1fc22fcfae
|
@ -5,8 +5,7 @@
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef UTIL_CONTAINERS_COUNTER64_H_
|
#pragma once
|
||||||
#define UTIL_CONTAINERS_COUNTER64_H_
|
|
||||||
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
|
|
||||||
|
@ -30,5 +29,3 @@ class Overflow64Counter
|
||||||
|
|
||||||
State64 state;
|
State64 state;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* UTIL_CONTAINERS_COUNTER64_H_ */
|
|
||||||
|
|
Loading…
Reference in New Issue