summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-18 02:04:37 -0400
committerDavid Robillard <d@drobilla.net>2022-08-18 02:23:48 -0400
commit79693e0ed6fc5c221ee15ab4523d4cf03f9454f9 (patch)
treeebbe8dabee2c42a3719e51376e9a1831f30eed3a /tests
parentd9b551a382a3c0dc2213141923ff4e01bbd6fee1 (diff)
downloadingen-79693e0ed6fc5c221ee15ab4523d4cf03f9454f9.tar.gz
ingen-79693e0ed6fc5c221ee15ab4523d4cf03f9454f9.tar.bz2
ingen-79693e0ed6fc5c221ee15ab4523d4cf03f9454f9.zip
Fix whitespace
Diffstat (limited to 'tests')
-rw-r--r--tests/ingen_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index 496e8828..9f7da2f0 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -166,7 +166,9 @@ run(int argc, char** argv)
int n_events = 0;
for (;; ++n_events) {
std::string subject_str = fmt("msg%1%", n_events);
- Sord::URI subject(*world->rdf_world(), subject_str,
+
+ Sord::URI subject(*world->rdf_world(),
+ subject_str,
reinterpret_cast<const char*>(cmds_file_uri.buf));
auto iter = cmds->find(subject, nil, nil);