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

@@ -145,8 +145,8 @@ static const uint32_t kTexture2dSize = 256;
class ExampleUpdate : public entry::AppI
{
public:
ExampleUpdate(const char* _name, const char* _description, const char* _url)
: entry::AppI(_name, _description, _url)
ExampleUpdate(const char* _name, const char* _description, const char* _url)
: entry::AppI(_name, _description, _url)
, m_cube(kTextureSide)
{
}
@@ -724,8 +724,8 @@ public:
} // namespace
ENTRY_IMPLEMENT_MAIN(
ExampleUpdate
, "08-update"
, "Updating textures."
, "https://bkaradzic.github.io/bgfx/examples.html#update"
);
ExampleUpdate
, "08-update"
, "Updating textures."
, "https://bkaradzic.github.io/bgfx/examples.html#update"
);