mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 02:15:22 +02:00
LINT: Switch whitelist check from egrep to awk
Bonus: make CI happy with the last rules fix
This commit is contained in:
@@ -31,7 +31,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
Normal build: main.cpp
|
||||
Server build: servermain.cpp
|
||||
*/
|
||||
enum TimePrecision {
|
||||
enum TimePrecision
|
||||
{
|
||||
PRECISION_SECONDS = 0,
|
||||
PRECISION_MILLI,
|
||||
PRECISION_MICRO,
|
||||
|
Reference in New Issue
Block a user