diff options
author | David Robillard <d@drobilla.net> | 2014-01-24 17:28:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-01-24 17:28:43 +0000 |
commit | a659a13c531e991851e013db3d4223bf16a343b8 (patch) | |
tree | 583112a95bc6abeb39dd514c987ff1c82b3d2e9e /src/gui/App.hpp | |
parent | 28ab52045a429eb190ea1a23cef92d81c36748f5 (diff) | |
download | ingen-a659a13c531e991851e013db3d4223bf16a343b8.tar.gz ingen-a659a13c531e991851e013db3d4223bf16a343b8.tar.bz2 ingen-a659a13c531e991851e013db3d4223bf16a343b8.zip |
Fix various whitespace and formatting issues.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/App.hpp')
-rw-r--r-- | src/gui/App.hpp | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/src/gui/App.hpp b/src/gui/App.hpp index dbb0465c..4adee828 100644 --- a/src/gui/App.hpp +++ b/src/gui/App.hpp @@ -34,20 +34,20 @@ #include "raul/URI.hpp" namespace Ingen { - class Interface; - class Log; - class Port; - class World; - namespace Client { - class ClientStore; - class GraphModel; - class PluginModel; - class PortModel; - class SigClientInterface; - } - namespace Serialisation { - class Serialiser; - } +class Interface; +class Log; +class Port; +class World; +namespace Client { +class ClientStore; +class GraphModel; +class PluginModel; +class PortModel; +class SigClientInterface; +} +namespace Serialisation { +class Serialiser; +} } namespace Ingen { @@ -160,4 +160,3 @@ protected: } // namespace Ingen #endif // INGEN_GUI_APP_HPP - |