dev-util/meson: Fix indentation.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Wed, 21 Feb 2018 19:04:20 +0000 (20:04 +0100)
committerMike Gilbert <floppym@gentoo.org>
Wed, 21 Feb 2018 20:32:20 +0000 (15:32 -0500)
dev-util/meson/meson-0.44.1.ebuild

index 05d9ab2b90fe8cf1fed972ef777b7f8821f58738..653c37b0aa1b8b3be75e4bc90de12f83a061d44c 100644 (file)
@@ -35,5 +35,5 @@ python_install_all() {
        insinto /usr/share/vim/vimfiles
        doins -r data/syntax-highlighting/vim/{ftdetect,indent,syntax}
        insinto /usr/share/zsh/site-functions
-doins data/shell-completions/zsh/_meson
+       doins data/shell-completions/zsh/_meson
 }