1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

🎨 reindent code

This commit is contained in:
Niels Lohmann
2021-07-19 16:56:28 +02:00
parent 926fab47d0
commit 7066ab128f
2 changed files with 2 additions and 2 deletions

View File

@ -5263,7 +5263,7 @@ std::size_t hash(const BasicJsonType& j)
#include <utility> // pair, declval
#ifndef JSON_NO_IO
#include <cstdio> //FILE *
#include <cstdio> // FILE *
#include <istream> // istream
#endif // JSON_NO_IO