Browse Source

fixed 8 files out of 2631:

- removed 264 CR characters
 - removed 5 trailing whitespaces
 - replaced 0 tabs with spaces
 - fixed 7 svn:eol-style properties
undefined
Lolbot Sam Hocevar <sam@hocevar.net> 11 years ago
parent
commit
e7a384243a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/messageservice.h
  2. +1
    -1
      test/meshviewer.cpp

+ 1
- 1
src/messageservice.h View File

@@ -32,7 +32,7 @@ struct MessageList
String m_message;
};

/*
/*
A template class perhaps ?
*/
class MessageService


+ 1
- 1
test/meshviewer.cpp View File

@@ -290,7 +290,7 @@ public:
m_camera->SetFov(m_fov_mesh);
m_camera->SetScreenInfos(damp(m_camera->GetScreenSize(), max(1.f, screen_ratio), 1.2f, seconds));
}
//--
//Message Service
//--


Loading…
Cancel
Save