set eol-style on all files

This commit is contained in:
Joachim Bauch
2010-10-23 22:29:04 +00:00
parent 85f8632489
commit 1f8eb009e5
9 changed files with 1467 additions and 1467 deletions
+9 -9
View File
@@ -1,10 +1,10 @@
#include "SampleDLL.h"
extern "C" {
SAMPLEDLL_API int addNumbers(int a, int b)
{
return a + b;
}
#include "SampleDLL.h"
extern "C" {
SAMPLEDLL_API int addNumbers(int a, int b)
{
return a + b;
}
}