diff options
author | David Robillard <d@drobilla.net> | 2015-02-17 20:21:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-17 20:21:26 +0000 |
commit | 43be6b4bc61c0b2f8bcaeec3040e439a29461e20 (patch) | |
tree | 858febe2f4a65a03422a7f79562b338c2ca210ed | |
parent | a3a963dc3dc49617d48c35127b29a17000ff25f7 (diff) | |
download | raul-43be6b4bc61c0b2f8bcaeec3040e439a29461e20.tar.gz raul-43be6b4bc61c0b2f8bcaeec3040e439a29461e20.tar.bz2 raul-43be6b4bc61c0b2f8bcaeec3040e439a29461e20.zip |
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5582 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | raul/URI.hpp | 1 | ||||
-rw-r--r-- | test/queue_test.cpp | 1 | ||||
-rw-r--r-- | test/time_test.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/raul/URI.hpp b/raul/URI.hpp index c84ef2b..d53856d 100644 --- a/raul/URI.hpp +++ b/raul/URI.hpp @@ -109,4 +109,3 @@ public: } // namespace Raul #endif // RAUL_URI_HPP - diff --git a/test/queue_test.cpp b/test/queue_test.cpp index 7c9bad3..a60a2d4 100644 --- a/test/queue_test.cpp +++ b/test/queue_test.cpp @@ -240,4 +240,3 @@ int main() return 0; } #endif - diff --git a/test/time_test.cpp b/test/time_test.cpp index dec86bf..ba862c0 100644 --- a/test/time_test.cpp +++ b/test/time_test.cpp @@ -42,4 +42,3 @@ main() return 0; } - |