diff options
author | David Robillard <d@drobilla.net> | 2023-04-30 18:07:02 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-30 19:40:06 -0400 |
commit | aa5cc3fb1fa33608dbfafcca40902ef1d102261c (patch) | |
tree | a13800aa3efd984ce2c2d3d58ac4b143f7a2dc9a /lv2/atom.lv2 | |
parent | 69d3e316da32091af15e9494239a0e1a9dfd6ba5 (diff) | |
download | lv2-aa5cc3fb1fa33608dbfafcca40902ef1d102261c.tar.xz |
Remove trailing newlines from Turtle data files
Diffstat (limited to 'lv2/atom.lv2')
-rw-r--r-- | lv2/atom.lv2/atom.meta.ttl | 1 | ||||
-rw-r--r-- | lv2/atom.lv2/atom.ttl | 1 | ||||
-rw-r--r-- | lv2/atom.lv2/manifest.ttl | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lv2/atom.lv2/atom.meta.ttl b/lv2/atom.lv2/atom.meta.ttl index 81c3482..e2902c5 100644 --- a/lv2/atom.lv2/atom.meta.ttl +++ b/lv2/atom.lv2/atom.meta.ttl @@ -447,4 +447,3 @@ This protocol applies to atom ports. The host must transfer the complete atom contained in the port, including header. """^^lv2:Markdown . - diff --git a/lv2/atom.lv2/atom.ttl b/lv2/atom.lv2/atom.ttl index bdeaebf..03d3531 100644 --- a/lv2/atom.lv2/atom.ttl +++ b/lv2/atom.lv2/atom.ttl @@ -244,4 +244,3 @@ atom:atomTransfer a ui:PortProtocol ; rdfs:label "atom transfer" ; rdfs:comment "A port protocol for transferring atoms." . - diff --git a/lv2/atom.lv2/manifest.ttl b/lv2/atom.lv2/manifest.ttl index 3cb5134..8875a20 100644 --- a/lv2/atom.lv2/manifest.ttl +++ b/lv2/atom.lv2/manifest.ttl @@ -6,4 +6,3 @@ lv2:minorVersion 2 ; lv2:microVersion 4 ; rdfs:seeAlso <atom.ttl> . - |