diff options
author | David Robillard <d@drobilla.net> | 2012-03-10 03:27:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-10 03:27:04 +0000 |
commit | 4b0f77528d38c630b68cb193e4832289efc46531 (patch) | |
tree | 304e1c511f94f93dd5e70969c21fbdf0b73fe6b6 /src/shared/World.cpp | |
parent | a60da2bc0f7fbaa8a6722d8ac40c2b79841777a1 (diff) | |
download | ingen-4b0f77528d38c630b68cb193e4832289efc46531.tar.gz ingen-4b0f77528d38c630b68cb193e4832289efc46531.tar.bz2 ingen-4b0f77528d38c630b68cb193e4832289efc46531.zip |
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4041 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/World.cpp')
-rw-r--r-- | src/shared/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/World.cpp b/src/shared/World.cpp index 554c5af2..59207939 100644 --- a/src/shared/World.cpp +++ b/src/shared/World.cpp @@ -243,7 +243,7 @@ World::run_module(const char* name) i->second->run(this); return true; } - + /** Unload all loaded Ingen modules. */ void |