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_VALUE
#define TOML11_VALUE
#ifndef TOML11_VALUE_HPP
#define TOML11_VALUE_HPP
#include "traits.hpp"
#include "utility.hpp"
#include "exception.hpp"