Set the eol style to native for all files.

This commit is contained in:
jbeder
2008-09-03 22:20:39 +00:00
parent 859ac5e520
commit b43f827188
42 changed files with 3546 additions and 3546 deletions

View File

@@ -1,10 +1,10 @@
#pragma once
namespace YAML
{
class Node;
struct ltnode {
bool operator()(const Node *pNode1, const Node *pNode2) const;
};
}
#pragma once
namespace YAML
{
class Node;
struct ltnode {
bool operator()(const Node *pNode1, const Node *pNode2) const;
};
}