From 7066ab128f139047e15fb545488a368b8f9dc1a0 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 19 Jul 2021 16:56:28 +0200 Subject: [PATCH] :art: reindent code --- include/nlohmann/detail/input/input_adapters.hpp | 2 +- single_include/nlohmann/json.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/nlohmann/detail/input/input_adapters.hpp b/include/nlohmann/detail/input/input_adapters.hpp index 98fb29a99..6df58a1cd 100644 --- a/include/nlohmann/detail/input/input_adapters.hpp +++ b/include/nlohmann/detail/input/input_adapters.hpp @@ -11,7 +11,7 @@ #include // pair, declval #ifndef JSON_NO_IO - #include //FILE * + #include // FILE * #include // istream #endif // JSON_NO_IO diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 5bcd9308f..b5c35e938 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -5263,7 +5263,7 @@ std::size_t hash(const BasicJsonType& j) #include // pair, declval #ifndef JSON_NO_IO - #include //FILE * + #include // FILE * #include // istream #endif // JSON_NO_IO