Fix Line Endings

This commit is contained in:
2020-06-10 11:48:41 +02:00
parent 56a1e5bb7a
commit ea92eb7b2b
16 changed files with 786 additions and 786 deletions
+24 -24
View File
@@ -1,24 +1,24 @@
#ifndef CLASS_H
#define CLASS_H
namespace Network {
namespace Dns {
class Class
{
public:
enum type
{
NONE = 0,
IN = 1,
CS = 2,
CH = 3,
HS = 4
};
};
} // namespace Dns
} // namespace Network
#endif // CLASS_H
#ifndef CLASS_H
#define CLASS_H
namespace Network {
namespace Dns {
class Class
{
public:
enum type
{
NONE = 0,
IN = 1,
CS = 2,
CH = 3,
HS = 4
};
};
} // namespace Dns
} // namespace Network
#endif // CLASS_H