Reformat the source files.

This commit is contained in:
Alexander Suvorov
2017-04-26 11:41:07 +02:00
parent 41d7b962b0
commit 7c02055d05
197 changed files with 66650 additions and 70743 deletions
+14 -15
View File
@@ -3,20 +3,19 @@
#include "crn_core.h"
#include "crn_value.h"
namespace crnlib
{
const char* gValueDataTypeStrings[cDTTotal + 1] =
{
"invalid",
"string",
"bool",
"int",
"uint",
"float",
"vec3f",
"vec3i",
namespace crnlib {
const char* gValueDataTypeStrings[cDTTotal + 1] =
{
"invalid",
"string",
"bool",
"int",
"uint",
"float",
"vec3f",
"vec3i",
NULL,
};
NULL,
};
} // namespace crnlib
} // namespace crnlib