Use spaces instead of tabs - sorry for the noise.

This commit is contained in:
Joachim Bauch
2013-03-09 00:42:29 +01:00
parent f210f67771
commit a199afce7c
3 changed files with 370 additions and 370 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ extern "C" {
SAMPLEDLL_API int addNumbers(int a, int b)
{
return a + b;
return a + b;
}
}