Browse Source

fixed 3 files out of 4212:

- removed 177 CR characters
 - removed 12 trailing whitespaces
 - replaced 0 tabs with spaces
 - fixed 1 svn:eol-style properties
undefined
Lolbot Sam Hocevar <sam@hocevar.net> 10 years ago
parent
commit
3797ac1179
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      doc/samples/meshviewer/meshviewer.cpp
  2. +1
    -1
      doc/samples/meshviewer/meshviewer.h
  3. +1
    -1
      src/input/controller.h

+ 1
- 1
doc/samples/meshviewer/meshviewer.cpp View File

@@ -187,7 +187,7 @@ void MeshViewer::Stop()


//Register all entities //Register all entities
for (Entity* entity : m_entities) Ticker::Unref(entity); for (Entity* entity : m_entities) Ticker::Unref(entity);
//Delete objs //Delete objs
while (m_objs.count()) delete m_objs.Pop(); while (m_objs.count()) delete m_objs.Pop();




+ 1
- 1
doc/samples/meshviewer/meshviewer.h View File

@@ -248,7 +248,7 @@ private:


//Object data //Object data
array<ViewerObject*> m_objs; array<ViewerObject*> m_objs;
//Entities listing //Entities listing
array<Entity*> m_entities; array<Entity*> m_entities;




+ 1
- 1
src/input/controller.h View File

@@ -311,7 +311,7 @@ public:
m_joystick_axis += bindings; m_joystick_axis += bindings;
return *this; return *this;
} }
//BindingType ------------------------------------------------------------- //BindingType -------------------------------------------------------------
struct InputTypeBase : public StructSafeEnum struct InputTypeBase : public StructSafeEnum
{ {


Loading…
Cancel
Save