refactor: make include guard style uniform

This commit is contained in:
ToruNiina
2019-03-16 14:19:47 +09:00
parent 9b8db6a225
commit fd063af7ce
12 changed files with 24 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_FROM_TOML
#define TOML11_FROM_TOML
#ifndef TOML11_FROM_TOML_HPP
#define TOML11_FROM_TOML_HPP
#include "get.hpp"
namespace toml