clang-format

This commit is contained in:
Jesse Beder
2014-03-25 00:11:17 -05:00
parent dea3428ce0
commit 13130ec20d
8 changed files with 16 additions and 28 deletions

View File

@@ -23,7 +23,8 @@
namespace YAML {
class Binary;
struct _Null;
template <typename T> struct convert;
template <typename T>
struct convert;
} // namespace YAML
namespace YAML {