Normalized line endings
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
#include "PolyVoxCore/Impl/TypeDef.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
class POLYVOX_API DummyClass
|
||||
{
|
||||
public:
|
||||
int getx(void);
|
||||
int x;
|
||||
};
|
||||
|
||||
int DummyClass::getx(void)
|
||||
{
|
||||
return x;
|
||||
}
|
||||
}
|
||||
#include "PolyVoxCore/Impl/TypeDef.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
class POLYVOX_API DummyClass
|
||||
{
|
||||
public:
|
||||
int getx(void);
|
||||
int x;
|
||||
};
|
||||
|
||||
int DummyClass::getx(void)
|
||||
{
|
||||
return x;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user