commit | 6d5925872943b8fa061a3ba1521235257953c454 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:37:30 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:37:30 2025 -0500 |
tree | af8b5a480fe8b4cb38784af670f0d0d23d0ae663 | |
parent | 8e20b6b9cba90547fd5aad889a07e4c36fe9c573 [diff] |
meson: reformat with meson formatter Apply the `meson format` results. Change-Id: Id35000c51c915146c22d3213c682d1a546d4a78d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/include-dl/meson.build b/include-dl/meson.build index ca41b34..502b3ea 100644 --- a/include-dl/meson.build +++ b/include-dl/meson.build
@@ -1,5 +1,3 @@ stdplus_dl_headers = include_directories('.') -install_headers( - 'stdplus/dl.hpp', - subdir: 'stdplus') +install_headers('stdplus/dl.hpp', subdir: 'stdplus')