summaryrefslogtreecommitdiffstats
path: root/src/sordmm_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-26 19:23:44 +0100
committerDavid Robillard <d@drobilla.net>2020-12-26 19:23:44 +0100
commit87aca493cd6ad0ffc49a896c9f8342d52ad6aa96 (patch)
tree25d222a5f8db03780cd1836dbca28ab5051cc173 /src/sordmm_test.cpp
parentc05ab9add46d84e39bea5ee59258564ba35a9582 (diff)
downloadsord-87aca493cd6ad0ffc49a896c9f8342d52ad6aa96.tar.gz
sord-87aca493cd6ad0ffc49a896c9f8342d52ad6aa96.tar.bz2
sord-87aca493cd6ad0ffc49a896c9f8342d52ad6aa96.zip
Format all code with clang-format
Diffstat (limited to 'src/sordmm_test.cpp')
-rw-r--r--src/sordmm_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sordmm_test.cpp b/src/sordmm_test.cpp
index 8dc1386..3d09b9d 100644
--- a/src/sordmm_test.cpp
+++ b/src/sordmm_test.cpp
@@ -19,7 +19,7 @@
int
main()
{
- Sord::World world;
- Sord::Model model(world, "http://example.org/");
- return 0;
+ Sord::World world;
+ Sord::Model model(world, "http://example.org/");
+ return 0;
}