Fixed tabs/spaces.

This commit is contained in:
Бранимир Караџић
2019-08-17 13:32:18 -07:00
parent d7c70c49e3
commit 3f647f1ca1
6 changed files with 40 additions and 40 deletions

View File

@@ -85,8 +85,8 @@ static const uint16_t s_cubeIndices[36] =
class ExampleBump : public entry::AppI
{
public:
ExampleBump(const char* _name, const char* _description, const char* _url)
: entry::AppI(_name, _description, _url)
ExampleBump(const char* _name, const char* _description, const char* _url)
: entry::AppI(_name, _description, _url)
{
}
@@ -371,8 +371,8 @@ public:
} // namespace
ENTRY_IMPLEMENT_MAIN(
ExampleBump
, "06-bump"
, "Loading textures."
, "https://bkaradzic.github.io/bgfx/examples.html#bump"
);
ExampleBump
, "06-bump"
, "Loading textures."
, "https://bkaradzic.github.io/bgfx/examples.html#bump"
);