From 6bdab5322c7590d58fb6ca4ee79610fc8ad55447 Mon Sep 17 00:00:00 2001 From: RipleyTom Date: Tue, 3 Sep 2019 06:39:25 +0200 Subject: [PATCH] Revert File.h encoding. --- Utilities/File.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Utilities/File.h b/Utilities/File.h index e97efce522..13896e2919 100644 --- a/Utilities/File.h +++ b/Utilities/File.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "types.h" #include "bit_set.h" @@ -8,6 +8,7 @@ #include #include + namespace fs { #ifdef _WIN32