mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
clang-format
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
namespace YAML {
|
||||
namespace Utils {
|
||||
namespace {
|
||||
enum {
|
||||
REPLACEMENT_CHARACTER = 0xFFFD
|
||||
};
|
||||
enum { REPLACEMENT_CHARACTER = 0xFFFD };
|
||||
|
||||
bool IsAnchorChar(int ch) { // test for ns-anchor-char
|
||||
switch (ch) {
|
||||
|
Reference in New Issue
Block a user