diff options
author | CloverGit | 2024-12-06 09:51:33 +0800 |
---|---|---|
committer | CloverGit | 2024-12-06 09:51:33 +0800 |
commit | 5e182f51f121f4a07dab3c96af75b2ce67f12a75 (patch) | |
tree | ec6e55df9065374859b9ea0ffc7554ae9effa635 | |
parent | 739518d2bc7c6a30883910fcf814bd1db9b73d56 (diff) | |
download | aur-5e182f51f121f4a07dab3c96af75b2ce67f12a75.tar.gz |
style: vim formatting style
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,3 +56,4 @@ package() { find "$pkgdir/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs ${_arch}-strip -g done } +# vim: set sw=2 ts=2 et: |