summaryrefslogtreecommitdiff
path: root/src/gettime.h
diff options
context:
space:
mode:
authorLoïc Blot <loic.blot@unix-experience.fr>2017-04-06 16:03:29 +0200
committerLoic Blot <loic.blot@unix-experience.fr>2017-04-06 23:21:40 +0200
commit3a90b78a037df3eb9098d4fddb1289ed8ee21329 (patch)
tree33db5306cb406f6e8f3388a957f1f2d400d7d082 /src/gettime.h
parent88b9b9652ab77f91eaa7c6e40b8a48e3a35a7948 (diff)
downloadminetest-3a90b78a037df3eb9098d4fddb1289ed8ee21329.tar.gz
minetest-3a90b78a037df3eb9098d4fddb1289ed8ee21329.tar.bz2
minetest-3a90b78a037df3eb9098d4fddb1289ed8ee21329.zip
LINT: Switch whitelist check from egrep to awk
Bonus: make CI happy with the last rules fix
Diffstat (limited to 'src/gettime.h')
-rw-r--r--src/gettime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gettime.h b/src/gettime.h
index 6e70b8533..b2f09a7bb 100644
--- a/src/gettime.h
+++ b/src/gettime.h
@@ -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,