From 8967f8cb70800169070ce9e685242b07b7e15de8 Mon Sep 17 00:00:00 2001 From: x Date: Sat, 21 Dec 2019 15:19:29 +0100 Subject: [PATCH] TurboPFor: Elias fano c/c++ header --- eliasfano.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eliasfano.h b/eliasfano.h index 24b3780..52584dc 100644 --- a/eliasfano.h +++ b/eliasfano.h @@ -1,7 +1,7 @@ /** Copyright (C) powturbo 2013-2019 GPL v2 License - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or @@ -24,10 +24,10 @@ // eliasfano.h - "Integer Compression" Elias Fano c/c++ header #ifdef __cplusplus extern "C" { -#endif +#endif #if defined(_MSC_VER) && _MSC_VER < 1600 #include "vs/stdint.h" -#else +#else #include #endif